Skip to content

Commit

Permalink
perf: remove --force from the type-check script
Browse files Browse the repository at this point in the history
It was introduced to work around a bug in `vue-tsc` that has been fixed
in vuejs/language-tools#3218
  • Loading branch information
haoqunjiang authored and cexbrayat committed Nov 9, 2024
1 parent 94a835f commit 8a04238
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
Expand Up @@ -2,7 +2,7 @@
"scripts": {
"build": "run-p type-check \"build-only {@}\" --",
"build-only": "vite build",
"type-check": "vue-tsc --build --force"
"type-check": "vue-tsc --build"
},
"devDependencies": {
"@types/node": "^22.9.0",
Expand Down

0 comments on commit 8a04238

Please sign in to comment.