We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5008865 commit eb820ceCopy full SHA for eb820ce
.github/workflows/test.yml
@@ -25,6 +25,6 @@ jobs:
25
- name: Install dependencies
26
run: npm install
27
- name: Build
28
- run: npm build
+ run: npm run build
29
- name: Run tests
30
- run: npm test
+ run: npm run test
0 commit comments