Skip to content

Commit 9d41e70

Browse files
committed
chore: script command
1 parent 3155796 commit 9d41e70

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
"private": true,
55
"scripts": {
66
"bootstrap": "tsx scripts/bootstrap.ts",
7-
"docs:dev":"tsx scripts/docs.ts dev",
8-
"docs:build":"tsx scripts/docs.ts build",
9-
"docs:build-github":"tsx scripts/gitPage.ts github",
10-
"docs:build-gitee":"tsx scripts/gitPage.ts gitee",
7+
"build:vitepress-demo-block":"cd packages/vitepress/vitepress-demo-block && pnpm build",
8+
"docs:dev":"pnpm build:vitepress-demo-block && tsx scripts/docs.ts dev",
9+
"docs:build":"pnpm build:vitepress-demo-block && tsx scripts/docs.ts build",
10+
"docs:build-github":"pnpm build:vitepress-demo-block && tsx scripts/gitPage.ts github",
11+
"docs:build-gitee":"pnpm build:vitepress-demo-block && tsx scripts/gitPage.ts gitee",
1112
"clean": " rimraf dist lib es",
1213
"build": "pnpm bootstrap && tsx scripts/build.ts",
1314
"test": "vitest",

0 commit comments

Comments
 (0)