Skip to content

Commit 2b91fc1

Browse files
committed
typecheck success
1 parent 3ee8201 commit 2b91fc1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"build:app": "pnpm -F app build",
1515
"format": "prettier --write \"**/*.{vue,ts,js,json}\"",
1616
"publish": "pnpm lerna publish --no-private --force-publish",
17-
"prepare": "husky install"
17+
"prepare": "husky install",
18+
"typecheck": "pnpm -F core typecheck && pnpm -F modal typecheck && pnpm -F app typecheck"
1819
},
1920
"devDependencies": {
2021
"eslint": "^8.56.0",

0 commit comments

Comments
 (0)