Skip to content

Commit

Permalink
chore: fix dumi dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Aug 30, 2024
1 parent 42c09d5 commit d3cdcb0
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 @@ -27,7 +27,7 @@
"compile": "father build",
"coverage": "rc-test --coverage",
"docs:build": "dumi build",
"docs:deploy": "npm run docs:build && gh-pages -d .doc",
"docs:deploy": "npm run docs:build && gh-pages -d dist",
"lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md",
"now-build": "npm run docs:build",
"prepublishOnly": "npm run compile && np --yolo --no-publish",
Expand Down

0 comments on commit d3cdcb0

Please sign in to comment.