Add missing npm install

This commit is contained in:
Chris Hunt 2023-01-13 18:46:28 +00:00
parent c40fe4e72c
commit 12a4b49b9d

View File

@ -15,6 +15,8 @@ jobs:
- name: Build # Have to run processing first so the list.json exists to be included in the the deploy - name: Build # Have to run processing first so the list.json exists to be included in the the deploy
run: | run: |
npm ci --prefix processing
npm ci --prefix site
./build_all_branches.sh ./build_all_branches.sh
- name: Deploy - name: Deploy