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 6969 "build-dev" : " vite build --mode development" ,
7070 "build-neutral" : " vite build --mode neutral" ,
7171 "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" ,
7573 "preinstall" : " node ../../scripts/preinstall.js"
7674 }
7775}
Original file line number Diff line number Diff line change 22 "private" : true ,
33 "scripts" : {
44 "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" ,
86 "build-only" : " vite build" ,
97 "build" : " run-p -c type-check \" build-only {@}\" --" ,
108 "preview" : " vite preview --port 4051" ,
You can’t perform that action at this time.
0 commit comments