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 656c0c0 commit 5769b31Copy full SHA for 5769b31
.github/workflows/node.js.yml
@@ -27,5 +27,5 @@ jobs:
27
node-version: ${{ matrix.node-version }}
28
cache: 'npm'
29
- run: yarn install --frozen-lockfile
30
- - run: npm run build --if-present
31
- - run: npm test
+ - run: yarn run build
+ - run: yarn run test
0 commit comments