Correct npm syntax

This commit is contained in:
Franck Royer 2021-03-15 15:39:55 +11:00
parent f6bec18638
commit cbd3151fda
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 2 additions and 2 deletions

View File

@ -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