Skip to content

Commit

Permalink
chore: fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Jul 1, 2021
1 parent d47ffe1 commit 73f1991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
run: npm i -g npm@7
- run: npm ci --ignore-scripts
- run: npm test
- run: npm exec eslint . --ext .ts --ignore-path .gitignore
- run: npm exec eslint ../.. --ext .ts --ignore-path .gitignore

0 comments on commit 73f1991

Please sign in to comment.