We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3751ccf commit 0c66589Copy full SHA for 0c66589
.github/workflows/npm-build-test.yml
@@ -25,5 +25,5 @@ jobs:
25
- name: Build
26
run: |
27
npm install
28
- npm build
29
- npm test
+ npm run build
+ npm run test
0 commit comments