Skip to content

Commit 2f77430

Browse files
committed
Fix npm-run-all command not found in CI
1 parent 6a0d043 commit 2f77430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: npm run typecheck
5252

5353
- name: Test all suites in parallel
54-
run: npm-run-all -p test:jest test:swc test:vi test:browser test:examples
54+
run: npx npm-run-all -p test:jest test:swc test:vi test:browser test:examples
5555

5656
- name: Build
5757
run: npm run build

0 commit comments

Comments
 (0)