We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 976d1e8 commit d947076Copy full SHA for d947076
.github/workflows/test.yml
@@ -20,5 +20,5 @@ jobs:
20
cache: npm
21
node-version: ${{ matrix.node-version }}
22
- run: npm ci
23
- - run: npm test
24
- - run: npm build
+ - run: npm run test
+ - run: npm run build
0 commit comments