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 49de20d commit 69f1814
Show file tree
Hide file tree
Showing 2 changed files with 141 additions and 66 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"scripts": {
"build": "father build",
"build:watch": "father dev",
"deploy": "rimraf node_modules/.cache/gh-pages && pnpm build:docs && gh-pages -d docs-dist",
"deploy": "rimraf node_modules/.cache/gh-pages && pnpm docs:build && gh-pages -d docs-dist",
"dev": "dumi dev",
"docs:build": "dumi build",
"docs:preview": "dumi preview",
Expand Down Expand Up @@ -78,6 +78,7 @@
"react-dom": "^18.0.0",
"react-transition-group": "^4.4.5",
"resize-observer-polyfill": "^1.5.1",
"rimraf": "^6.0.1",
"stylelint": "^14.9.1"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 69f1814

Please sign in to comment.