File tree Expand file tree Collapse file tree 3 files changed +8
-9
lines changed
base/config/packages/@projectName@
playground/config/packages/playground
vitepress/config/packages/docs Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 5858 "clean:dist" : " rimraf dist" ,
5959 "test:unit" : " vitest --environment jsdom" ,
6060 "coverage" : " vitest run --coverage --environment jsdom" ,
61- "build" : " run-s clean:dist build-only type-check" ,
62- "build-only" : " run-s build-dev build-neutral build-prod" ,
63- "build-dev" : " cross-env NODE_ENV=development vite build --mode development" ,
64- "build-neutral" : " vite build --mode neutral" ,
65- "build-prod" : " vite build --mode production" ,
61+ "build" : " run-s clean:dist build:* type-check" ,
62+ "build:dev" : " cross-env NODE_ENV=development vite build --mode development" ,
63+ "build:neutral" : " vite build --mode neutral" ,
64+ "build:prod" : " vite build --mode production" ,
6665 "type-check" : " vue-tsc --build" ,
6766 "preinstall" : " node ../../scripts/preinstall.js"
6867 }
Original file line number Diff line number Diff line change 33 "scripts" : {
44 "dev" : " vite --port 5051" ,
55 "type-check" : " vue-tsc --build" ,
6- "build- only" : " vite build" ,
7- "build" : " run-p -c type-check \" build- only {@}\" --" ,
6+ "build: only" : " vite build" ,
7+ "build" : " run-p -c type-check \" build: only {@}\" --" ,
88 "preview" : " vite preview --port 4051" ,
99 "clean" : " rimraf dist"
1010 },
Original file line number Diff line number Diff line change 66 "type-check" : " run-p -c type-check:*" ,
77 "type-check:code" : " vue-tsc --noEmit -p tsconfig.app.json --composite false" ,
88 "type-check:config" : " vue-tsc --noEmit -p tsconfig.node.json --composite false" ,
9- "build- only" : " vitepress build ." ,
10- "build" : " run-p -c type-check \" build- only {@}\" --" ,
9+ "build: only" : " vitepress build ." ,
10+ "build" : " run-p -c type-check \" build: only {@}\" --" ,
1111 "preview" : " vitepress preview ." ,
1212 "preinstall" : " node ../../scripts/preinstall.js"
1313 },
You can’t perform that action at this time.
0 commit comments