Skip to content

Commit

Permalink
feat: docs:build
Browse files Browse the repository at this point in the history
  • Loading branch information
sunchenrui0717 committed Sep 5, 2024
1 parent e552e0f commit 2c2d4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"build:watch": "father dev",
"deploy": "rimraf node_modules/.cache/gh-pages && pnpm docs:build && gh-pages -d docs-dist",
"dev": "dumi dev",
"docs:build": "dumi build",
"docs:build": "rimraf docs-dist && dumi build",
"docs:preview": "dumi preview",
"doctor": "father doctor",
"lint": "npm run lint:es && npm run lint:css",
Expand Down

0 comments on commit 2c2d4cc

Please sign in to comment.