Skip to content

Commit 5c56175

Browse files
committed
chore: add typechecking for generator
1 parent a59e927 commit 5c56175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/router-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"test:types:ts55": "node ../../node_modules/typescript55/lib/tsc.js",
3535
"test:types:ts56": "node ../../node_modules/typescript56/lib/tsc.js",
3636
"test:types:ts57": "tsc",
37-
"test:unit": "vitest",
37+
"test:unit": "vitest --typecheck",
3838
"test:build": "publint --strict && attw --ignore-rules no-resolution --pack .",
3939
"build": "vite build"
4040
},

0 commit comments

Comments
 (0)