mirror of
https://github.com/status-im/js-waku.git
synced 2025-02-22 09:58:10 +00:00
Install before deploy
This commit is contained in:
parent
c03d3fbc36
commit
7ed6f68ec7
10
.github/workflows/deploy-gh-pages.yml
vendored
10
.github/workflows/deploy-gh-pages.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user