Skip to content

Commit

Permalink
typecheck success
Browse files Browse the repository at this point in the history
  • Loading branch information
johnson86tw committed May 27, 2024
1 parent 3ee8201 commit 2b91fc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"build:app": "pnpm -F app build",
"format": "prettier --write \"**/*.{vue,ts,js,json}\"",
"publish": "pnpm lerna publish --no-private --force-publish",
"prepare": "husky install"
"prepare": "husky install",
"typecheck": "pnpm -F core typecheck && pnpm -F modal typecheck && pnpm -F app typecheck"
},
"devDependencies": {
"eslint": "^8.56.0",
Expand Down

0 comments on commit 2b91fc1

Please sign in to comment.