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 d277f3b commit be007fdCopy full SHA for be007fd
package.json
@@ -32,7 +32,7 @@
32
"scripts": {
33
"start": "dumi dev",
34
"docs:build": "dumi build",
35
- "docs:deploy": "gh-pages -d does-dist",
+ "docs:deploy": "gh-pages -d docs-dist",
36
"gh-pages": "npm run docs:build && npm run docs:deploy",
37
"compile": "father build && lessc assets/index.less assets/index.css",
38
"prepublishOnly": "npm run compile && np --yolo --no-publish && npm run gh-pages",
0 commit comments