Skip to content

Commit 4363e1d

Browse files
committed
run type check in build
1 parent 3212c75 commit 4363e1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"vitest": "1.6.1"
3232
},
3333
"scripts": {
34-
"build": "tsup",
34+
"build": "tsup && tsc",
3535
"dev": "tsup --watch",
3636
"test": "vitest run",
3737
"test:watch": "vitest",

0 commit comments

Comments
 (0)