Skip to content

Commit

Permalink
Check types on TypeScript 5.1 + latest (#1051)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky authored May 11, 2024
1 parent de8e7da commit 3b11ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"node": ">=18"
},
"scripts": {
"test": "xo && c8 ava && tsd && tsc"
"test": "xo && c8 ava && tsd && tsc && npx --yes [email protected] && npx --yes --package [email protected] tsc"
},
"files": [
"index.js",
Expand Down

0 comments on commit 3b11ac8

Please sign in to comment.