File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env sh
2
2
. " $( dirname -- " $0 " ) /_/husky.sh"
3
3
4
- npx lint-staged && npm run test:deploy
4
+ npx lint-staged && npm run test:build
Original file line number Diff line number Diff line change 13
13
"dev" : " vite" ,
14
14
"watch" : " pnpm dev" ,
15
15
"play" : " sh src/playground/configs/build.sh && NODE_ENV=playground vite" ,
16
- "build" : " vue-tsc && npm run test:deploy && vite build --config vite.build.config.ts" ,
16
+ "build" : " vue-tsc && npm run test:build && vite build --config vite.build.config.ts" ,
17
17
"build:docs" : " vite build" ,
18
18
"predeploy" : " npm run build" ,
19
19
"deploy" : " gh-pages -d docs" ,
22
22
"prepare" : " husky install" ,
23
23
"test:dev" : " vitest" ,
24
24
"test:all" : " vitest --run" ,
25
- "test:deploy " : " vitest --run --bail 1"
25
+ "test:build " : " vitest --run --bail 1"
26
26
},
27
27
"lint-staged" : {
28
28
"src/**/*.{js,ts,vue}" : [
You can’t perform that action at this time.
0 commit comments