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 58
58
"clean:dist" : " rimraf dist" ,
59
59
"test:unit" : " vitest --environment jsdom" ,
60
60
"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" ,
66
65
"type-check" : " vue-tsc --build" ,
67
66
"preinstall" : " node ../../scripts/preinstall.js"
68
67
}
Original file line number Diff line number Diff line change 3
3
"scripts" : {
4
4
"dev" : " vite --port 5051" ,
5
5
"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 {@}\" --" ,
8
8
"preview" : " vite preview --port 4051" ,
9
9
"clean" : " rimraf dist"
10
10
},
Original file line number Diff line number Diff line change 6
6
"type-check" : " run-p -c type-check:*" ,
7
7
"type-check:code" : " vue-tsc --noEmit -p tsconfig.app.json --composite false" ,
8
8
"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 {@}\" --" ,
11
11
"preview" : " vitepress preview ." ,
12
12
"preinstall" : " node ../../scripts/preinstall.js"
13
13
},
You can’t perform that action at this time.
0 commit comments