Skip to content

Commit b27b1de

Browse files
authored
fix: pnpm build script (#579)
Signed-off-by: Bob Du <i@bobdu.cc>
1 parent d03a55f commit b27b1de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"scripts": {
1515
"dev": "vite",
16-
"build": "run-p type-check build-only",
16+
"build": "pnpm run type-check && pnpm run build-only",
1717
"preview": "vite preview",
1818
"build-only": "vite build",
1919
"type-check": "vue-tsc --noEmit",

0 commit comments

Comments
 (0)