Add missing npm install

1.0
Chris Hunt 3 years ago
parent c40fe4e72c
commit 12a4b49b9d

@ -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

Loading…
Cancel
Save

Powered by TurnKey Linux.