Skip to content

Commit b086b94

Browse files
authored
Correct the 'build' command in the package.json file.
The package.json file is located at template/config/typescript/package.json.
1 parent 3066a4c commit b086b94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/config/typescript/package.json

Lines changed: 1 addition & 1 deletion
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)