Skip to content

Commit 7fcd654

Browse files
fix: update CI to use npm run lint (renamed from test:lint)
1 parent 420b261 commit 7fcd654

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
@@ -29,7 +29,7 @@ jobs:
2929
- name: Run tests
3030
run: |
3131
npm i
32-
npm run test:lint
32+
npm run lint
3333
npm run test:coverage
3434
- name: Coveralls
3535
uses: coverallsapp/github-action@master

0 commit comments

Comments
 (0)