We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4550bdd commit 71213faCopy full SHA for 71213fa
.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
33
34
- if: ${{ matrix.node == 8 }}
35
name: ▶️ Run validate script
36
- run: npm run clean && npm-run-all test build
+ run: npm run clean && npx npm-run-all test build
37
38
- if: ${{ matrix.node != 8 }}
39
0 commit comments