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 f127b5b commit a8fe96cCopy full SHA for a8fe96c
1 file changed
.github/workflows/ci.yml
@@ -20,4 +20,5 @@ jobs:
20
cache: 'npm'
21
- run: npm ci
22
- run: npm run lint:check --if-present
23
+ continue-on-error: true
24
- run: npm run build --if-present
0 commit comments