Skip to content

Commit

Permalink
chore: script command
Browse files Browse the repository at this point in the history
  • Loading branch information
NelsonYong committed Jul 13, 2024
1 parent 3155796 commit 9d41e70
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
"private": true,
"scripts": {
"bootstrap": "tsx scripts/bootstrap.ts",
"docs:dev":"tsx scripts/docs.ts dev",
"docs:build":"tsx scripts/docs.ts build",
"docs:build-github":"tsx scripts/gitPage.ts github",
"docs:build-gitee":"tsx scripts/gitPage.ts gitee",
"build:vitepress-demo-block":"cd packages/vitepress/vitepress-demo-block && pnpm build",
"docs:dev":"pnpm build:vitepress-demo-block && tsx scripts/docs.ts dev",
"docs:build":"pnpm build:vitepress-demo-block && tsx scripts/docs.ts build",
"docs:build-github":"pnpm build:vitepress-demo-block && tsx scripts/gitPage.ts github",
"docs:build-gitee":"pnpm build:vitepress-demo-block && tsx scripts/gitPage.ts gitee",
"clean": " rimraf dist lib es",
"build": "pnpm bootstrap && tsx scripts/build.ts",
"test": "vitest",
Expand Down

0 comments on commit 9d41e70

Please sign in to comment.