Skip to content

Commit

Permalink
Add lint:types script
Browse files Browse the repository at this point in the history
  • Loading branch information
octet-stream committed Feb 14, 2024
1 parent 0d65c7f commit 7cbaca1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"scripts": {
"build": "tsup",
"eslint": "eslint src/**/*.ts",
"lint:types": "tsc --noEmit",
"test": "NODE_OPTIONS=\"--no-warnings --import tsx\" ava",
"coverage": "c8 pnpm test",
"coverage:report": "c8 pnpm test && c8 report --reporter=html",
Expand Down

0 comments on commit 7cbaca1

Please sign in to comment.