Skip to content

Commit

Permalink
Merge pull request #144 from MasterOdin/patch-3
Browse files Browse the repository at this point in the history
Add strict flag to CI TS typechecking
  • Loading branch information
eriktrom committed Aug 13, 2022
2 parents cd6f5c4 + 9a47ed8 commit 65b2ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
- name: Install typescript
run: npm install --save-dev typescript

- run: node_modules/.bin/tsc lib/portfinder.d.ts
- run: node_modules/.bin/tsc --strict lib/portfinder.d.ts

0 comments on commit 65b2ab7

Please sign in to comment.