Skip to content

Commit

Permalink
chore(tools): add typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-ippolito committed Aug 3, 2024
1 parent 56f0d72 commit 391e5a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@ jobs:
with:
node-version: ${{matrix.node}}.x
- run: npm install
- run: npm run typecheck
- run: npm run build
- run: npm test
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"module": "NodeNext",
"resolveJsonModule": true,
"skipLibCheck": true,
"verbatimModuleSyntax": true,
"allowImportingTsExtensions": true,
"strict": true,
"target": "ES2022"
Expand Down

0 comments on commit 391e5a3

Please sign in to comment.