Skip to content

Commit 71213fa

Browse files
committed
fix: use npx
1 parent 4550bdd commit 71213fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- if: ${{ matrix.node == 8 }}
3535
name: ▶️ Run validate script
36-
run: npm run clean && npm-run-all test build
36+
run: npm run clean && npx npm-run-all test build
3737

3838
- if: ${{ matrix.node != 8 }}
3939
name: ▶️ Run validate script

0 commit comments

Comments
 (0)