Skip to content

Commit 61c33aa

Browse files
committed
fix gh-pages
1 parent 1b53aa4 commit 61c33aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"compile": "father build && npm run compile:style",
3030
"compile:style": "lessc --js assets/index.less assets/index.css",
3131
"coverage": "father test --coverage",
32-
"docs:deploy": "gh-pages -d .doc",
32+
"docs:deploy": "gh-pages -d dist",
3333
"lint": "eslint src/ docs/examples/ --ext .tsx,.ts,.jsx,.js",
3434
"now-build": "npm run build",
3535
"prepublishOnly": "npm run lint && npm run test && npm run compile && rc-np",

0 commit comments

Comments
 (0)