Install before deploy

This commit is contained in:
Franck Royer 2021-04-23 08:46:07 +10:00
parent c03d3fbc36
commit 7ed6f68ec7
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 10 additions and 0 deletions

View File

@ -24,6 +24,16 @@ jobs:
path: ~/.npm
key: node-v1-${{ hashFiles('**/package-lock.json') }}
- name: "[js-waku] install using npm ci"
uses: bahmutov/npm-install@v1
- name: "[js-waku] build"
run: npm run build
- name: install using npm i
run: npm install
working-directory: web-chat
- name: Deploy web chat app on gh pages
run: npm run deploy
working-directory: web-chat