We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47afc7f commit 5d39dabCopy full SHA for 5d39dab
1 file changed
adminforth/package.json
@@ -26,7 +26,7 @@
26
"docs": "typedoc",
27
"--comment_postinstall": "postinstall executed after package installed in other project package and when we do pnpm i in the package",
28
"postinstall": "node scripts/postinstall.js",
29
- "type-check-spa": "cd spa && pnpm i && pnpx vue-tsc --build --force --noEmit"
+ "type-check-spa": "cd spa && pnpm i && pnpx vue-tsc --build --force --noEmit --pretty"
30
},
31
"release": {
32
"plugins": [
0 commit comments