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 1b53aa4 commit 61c33aaCopy full SHA for 61c33aa
package.json
@@ -29,7 +29,7 @@
29
"compile": "father build && npm run compile:style",
30
"compile:style": "lessc --js assets/index.less assets/index.css",
31
"coverage": "father test --coverage",
32
- "docs:deploy": "gh-pages -d .doc",
+ "docs:deploy": "gh-pages -d dist",
33
"lint": "eslint src/ docs/examples/ --ext .tsx,.ts,.jsx,.js",
34
"now-build": "npm run build",
35
"prepublishOnly": "npm run lint && npm run test && npm run compile && rc-np",
0 commit comments