mirror of https://github.com/waku-org/js-waku.git
Correct npm syntax
This commit is contained in:
parent
f6bec18638
commit
cbd3151fda
|
@ -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…
Reference in New Issue