mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-11 21:15:01 +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
|
uses: bahmutov/npm-install@v1
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
run: npm build
|
run: npm run build
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
run: npm test
|
run: npm run test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user