Skip to content

Commit c2b9960

Browse files
committed
chore: command opt
1 parent 6e76adc commit c2b9960

File tree

2 files changed

+3
-253
lines changed

2 files changed

+3
-253
lines changed

package.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,12 @@
99
},
1010
"scripts": {
1111
"bootstrap": "tsx scripts/bootstrap.ts",
12-
"build:vitepress-demo-block": "cd packages/vitepress/vitepress-demo-block && pnpm build",
1312
"docs:dev": "vitepress dev docs",
1413
"docs:build": "pnpm build && vitepress build docs",
15-
"build": "pnpm recursive exec pnpm run build",
14+
"docs:preview": "vitepress preview docs --base /vue-hooks-plus/",
15+
"build": "pnpm bootstrap && pnpm recursive exec pnpm run build",
1616
"test": "vitest",
17-
"test:ui": "vitest --ui",
18-
"coverage": "vitest run --coverage",
19-
"prepare": "husky install",
20-
"docs:preview": "vitepress preview docs"
17+
"prepare": "husky install"
2118
},
2219
"devDependencies": {
2320
"@commitlint/cli": "^17.8.1",
@@ -34,7 +31,6 @@
3431
"@typescript-eslint/eslint-plugin": "^5.33.0",
3532
"@vite-pwa/vitepress": "^1.0.0",
3633
"@vitejs/plugin-vue": "^2.3.1",
37-
"@vitest/coverage-c8": "^0.25.7",
3834
"@vitest/ui": "^0.25.3",
3935
"@vue-hooks-plus/md-demo-plugins": "^1.0.0",
4036
"@vue-hooks-plus/types": "workspace:^2.0.0",

0 commit comments

Comments
 (0)