Skip to content

fix: use --build for type-checking to be exhaustive and less-fragile #274

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Dec 4, 2023
Prev Previous commit
Next Next commit
fix: add --force to make it work consistently
  • Loading branch information
haoqunjiang committed May 12, 2023
commit 9eaeb65bccf20b045854543957f1c4fa8053705b
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"
"type-check": "vue-tsc --build --force"
},
"devDependencies": {
"@types/node": "^18.16.3",
Expand Down