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 6a0d043 commit 2f77430Copy full SHA for 2f77430
.github/workflows/main.yml
@@ -51,7 +51,7 @@ jobs:
51
run: npm run typecheck
52
53
- name: Test all suites in parallel
54
- run: npm-run-all -p test:jest test:swc test:vi test:browser test:examples
+ run: npx npm-run-all -p test:jest test:swc test:vi test:browser test:examples
55
56
- name: Build
57
run: npm run build
0 commit comments