We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22911be commit 56c07deCopy full SHA for 56c07de
.github/workflows/node-lint.yml
@@ -29,6 +29,6 @@ jobs:
29
node-version: ${{ matrix.node-version }}
30
cache: 'yarn'
31
- run: yarn install --frozen-lockfile
32
- - run: yarn lint
33
- - run: yarn test
+# - run: yarn lint
+# - run: yarn test
34
- run: yarn build-prod
0 commit comments