Skip to content

Commit

Permalink
Correct the 'build' command in the package.json file.
Browse files Browse the repository at this point in the history
The package.json file is located at template/config/typescript/package.json.
  • Loading branch information
mishengqiang authored Nov 30, 2023
1 parent 3066a4c commit b086b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/config/typescript/package.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down

0 comments on commit b086b94

Please sign in to comment.