Skip to content

Commit

Permalink
Lint types in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
octet-stream committed Feb 14, 2024
1 parent 729bd63 commit 6ac9865
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 @@ -28,7 +28,7 @@
"node": ">= 12"
},
"scripts": {
"build": "tsup",
"build": "pnpm lint:types && tsup",
"eslint": "eslint src/**/*.ts",
"lint:types": "tsc --noEmit",
"test": "NODE_OPTIONS=\"--no-warnings --import tsx\" ava",
Expand Down

0 comments on commit 6ac9865

Please sign in to comment.