We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 205f946 commit 8bb980cCopy full SHA for 8bb980c
.github/workflows/node.js.yml
@@ -27,5 +27,5 @@ jobs:
27
node-version: ${{ matrix.node-version }}
28
- run: npm ci
29
- run: npm run build --if-present
30
- - run: npm test
31
- - run: npm lint
+ - run: npm run test
+ - run: npm run lint
0 commit comments