Skip to content

Commit 5d39dab

Browse files
committed
fix: rebuild
1 parent 47afc7f commit 5d39dab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adminforth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"docs": "typedoc",
2727
"--comment_postinstall": "postinstall executed after package installed in other project package and when we do pnpm i in the package",
2828
"postinstall": "node scripts/postinstall.js",
29-
"type-check-spa": "cd spa && pnpm i && pnpx vue-tsc --build --force --noEmit"
29+
"type-check-spa": "cd spa && pnpm i && pnpx vue-tsc --build --force --noEmit --pretty"
3030
},
3131
"release": {
3232
"plugins": [

0 commit comments

Comments
 (0)