From 12a4b49b9d694933767c2803b3f948832b289e67 Mon Sep 17 00:00:00 2001 From: Chris Hunt Date: Fri, 13 Jan 2023 18:46:28 +0000 Subject: [PATCH] Add missing npm install --- .github/workflows/build-and-deploy.yml | 2 ++ 1 file changed, 2 insertions(+) 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