Skip to content

Commit

Permalink
chore: fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode authored and nikoladavitkovski committed Sep 5, 2022
1 parent a60b377 commit fd043f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
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 fd043f6

Please sign in to comment.