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 a815181 commit cb02dd6Copy full SHA for cb02dd6
package.json
@@ -36,7 +36,7 @@
36
"docs:build": "dumi build",
37
"docs:deploy": "gh-pages -d .doc",
38
"compile": "father build && lessc assets/index.less assets/index.css",
39
- "gh-pages": "GH_PAGES=1 npm run docs:build && father doc deploy",
+ "gh-pages": "GH_PAGES=1 npm run docs:build && npm run docs:deploy",
40
"prepublishOnly": "npm run compile && np --yolo --no-publish && npm run gh-pages",
41
"lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md",
42
"prettier": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
0 commit comments