File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
base/config/packages/@projectName@
playground/config/packages/playground Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 69
69
"build-dev" : " vite build --mode development" ,
70
70
"build-neutral" : " vite build --mode neutral" ,
71
71
"build-prod" : " vite build --mode production" ,
72
- "type-check" : " run-p -c type-check:*" ,
73
- "type-check:code" : " vue-tsc --noEmit -p tsconfig.vitest.json --composite false" ,
74
- "type-check:config" : " vue-tsc --noEmit -p tsconfig.node.json --composite false" ,
72
+ "type-check" : " vue-tsc --build" ,
75
73
"preinstall" : " node ../../scripts/preinstall.js"
76
74
}
77
75
}
Original file line number Diff line number Diff line change 2
2
"private" : true ,
3
3
"scripts" : {
4
4
"dev" : " vite --port 5051" ,
5
- "type-check" : " run-p -c type-check:*" ,
6
- "type-check:code" : " vue-tsc --noEmit -p tsconfig.app.json --composite false" ,
7
- "type-check:config" : " vue-tsc --noEmit -p tsconfig.node.json --composite false" ,
5
+ "type-check" : " vue-tsc --build" ,
8
6
"build-only" : " vite build" ,
9
7
"build" : " run-p -c type-check \" build-only {@}\" --" ,
10
8
"preview" : " vite preview --port 4051" ,
You can’t perform that action at this time.
0 commit comments