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 498cd06 commit efce388Copy full SHA for efce388
1 file changed
package.json
@@ -33,7 +33,7 @@
33
"docs:deploy": "gh-pages -d .doc",
34
"compile": "father build && lessc assets/index.less assets/index.css",
35
"prepublishOnly": "npm run compile && np --yolo --no-publish",
36
- "postpublish": "npm run gh-pages",
+ "postpublish": "npm run docs:build && npm run docs:deploy",
37
"lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md",
38
"prettier": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
39
"test": "father test",
0 commit comments