mirror of
https://github.com/waku-org/js-waku.git
synced 2025-02-16 22:37:07 +00:00
Correct npm syntax
This commit is contained in:
parent
f6bec18638
commit
cbd3151fda
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
||||
uses: bahmutov/npm-install@v1
|
||||
|
||||
- name: build
|
||||
run: npm build
|
||||
run: npm run build
|
||||
|
||||
- name: test
|
||||
run: npm test
|
||||
run: npm run test
|
||||
|
Loading…
x
Reference in New Issue
Block a user