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 5ccf0ed commit 779fa7fCopy full SHA for 779fa7f
1 file changed
.github/workflows/test.yml
@@ -70,7 +70,7 @@ jobs:
70
run: npm install --ignore-scripts
71
72
- name: Run tests
73
- run: npx run test:coverage
+ run: npm run test:coverage
74
env:
75
NODE_OPTIONS: --unhandled-rejections=strict
76
0 commit comments