Skip to content

Commit 71ce3b2

Browse files
committed
ci: add check-types script
1 parent 4f68026 commit 71ce3b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"scripts": {
99
"release": "npm run lint && npm run build && changeset publish",
1010
"build": "tsup ./src",
11+
"check-types": "tsc --noEmit",
1112
"lint": "biome check --write .",
1213
"test": "ts-node test/index.ts",
1314
"prepare": "husky"

0 commit comments

Comments
 (0)