We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5cea237 + 7ce7a32 commit 00f4045Copy full SHA for 00f4045
.github/workflows/ci.yml
@@ -24,5 +24,5 @@ jobs:
24
node-version: ${{ matrix.node-version }}
25
cache: 'npm'
26
- run: npm ci
27
- - run: npm pretest
28
- - run: npm test
+ - run: npm run pretest
+ - run: npm run test
0 commit comments