Skip to content

Commit 67df0a9

Browse files
committed
chore: update lint command in CI workflow
1 parent f16c8f8 commit 67df0a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: npm ci
2828

2929
- name: Lint
30-
run: npm run eslint
30+
run: npm run lint
3131

3232
- name: Build
3333
run: npm run build

0 commit comments

Comments
 (0)