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 5b63f93 commit e925245Copy full SHA for e925245
.github/workflows/node.js.yml
@@ -29,5 +29,5 @@ jobs:
29
cache: 'npm'
30
- run: npm ci
31
- run: npm run lint
32
- - run: npm run build --if-present
+ - run: CI=false npm run build --if-present
33
- run: npm test
0 commit comments