We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42c09d5 commit d3cdcb0Copy full SHA for d3cdcb0
package.json
@@ -27,7 +27,7 @@
27
"compile": "father build",
28
"coverage": "rc-test --coverage",
29
"docs:build": "dumi build",
30
- "docs:deploy": "npm run docs:build && gh-pages -d .doc",
+ "docs:deploy": "npm run docs:build && gh-pages -d dist",
31
"lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md",
32
"now-build": "npm run docs:build",
33
"prepublishOnly": "npm run compile && np --yolo --no-publish",
0 commit comments