8000 :zap: use typecheck · vue-use-form/vue-use-form@b1b2110 · GitHub
[go: up one dir, main page]

Skip to content

Commit b1b2110

Browse files
committed
⚡ use typecheck
1 parent 256a4f2 commit b1b2110

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
@@ -10,6 +10,7 @@
1010
"dev": "pnpm run --filter=\"./packages/*\" --parallel dev",
1111
"build": "pnpm run --filter=\"./packages/*\" --parallel build",
1212
"lint": "eslint --cache .",
13+
"typecheck": "tsc --noEmit",
1314
"play:build": "pnpm i && npm run build && cd playground && npm run build",
1415
"play:dev": "pnpm run -C ./playground dev",
1516
"release": "bumpp && npm publish",

0 commit comments

Comments
 (0)
0