Do not build js-waku for examples ci

This commit is contained in:
Franck Royer 2022-05-04 12:42:23 +10:00
parent 507413665a
commit 83ce3b5d00
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 0 additions and 6 deletions

View File

@ -44,12 +44,6 @@ jobs:
path: ~/.npm
key: examples-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: (npm) ${{ matrix.example }} install using npm i
if: steps.use-yarn.outputs.lockfile != 'yarn.lock'
run: npm install