Skip to content

Commit 36c7618

Browse files
committed
fixed lint script
1 parent cbf8971 commit 36c7618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: npm ci
2727
# Lint App
2828
- name: Lint App
29-
run: npm run lint -
29+
run: npm run lint:ci
3030
# Build App
3131
- name: Build App
3232
run: npm run build

0 commit comments

Comments
 (0)