diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 22a30cc..2e99fd8 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -15,6 +15,8 @@ jobs: - name: Build # Have to run processing first so the list.json exists to be included in the the deploy run: | + npm ci --prefix processing + npm ci --prefix site ./build_all_branches.sh - name: Deploy