Skip to content

Commit 2902e49

Browse files
authored
fix(config/typescript): pass build arguments to build-only command (#338)
1 parent ac58cfd commit 2902e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: template/config/typescript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"scripts": {
3-
"build": "run-p type-check build-only",
3+
"build": "run-p type-check \"build-only {@}\" --",
44
"build-only": "vite build",
55
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false"
66
},

0 commit comments

Comments
 (0)