mirror of https://github.com/waku-org/js-waku.git
Install before deploy
This commit is contained in:
parent
c03d3fbc36
commit
7ed6f68ec7
|
@ -24,6 +24,16 @@ jobs:
|
||||||
path: ~/.npm
|
path: ~/.npm
|
||||||
key: node-v1-${{ hashFiles('**/package-lock.json') }}
|
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
|
- name: Deploy web chat app on gh pages
|
||||||
run: npm run deploy
|
run: npm run deploy
|
||||||
working-directory: web-chat
|
working-directory: web-chat
|
||||||
|
|
Loading…
Reference in New Issue