Add missing npm install
This commit is contained in:
parent
c40fe4e72c
commit
12a4b49b9d
2
.github/workflows/build-and-deploy.yml
vendored
2
.github/workflows/build-and-deploy.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user