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 cbf8971 commit 36c7618Copy full SHA for 36c7618
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
run: npm ci
27
# Lint App
28
- name: Lint App
29
- run: npm run lint -
+ run: npm run lint:ci
30
# Build App
31
- name: Build App
32
run: npm run build
0 commit comments