diff --git a/template/config/typescript/package.json b/template/config/typescript/package.json index bc88b39b..1b03809d 100644 --- a/template/config/typescript/package.json +++ b/template/config/typescript/package.json @@ -1,6 +1,6 @@ { "scripts": { - "build": "run-p type-check build-only", + "build": "run-p type-check \"build-only {@}\" --", "build-only": "vite build", "type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false" },