Skip to content

Commit efce388

Browse files
committed
fix: npm run docs:deploy
1 parent 498cd06 commit efce388

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"docs:deploy": "gh-pages -d .doc",
3434
"compile": "father build && lessc assets/index.less assets/index.css",
3535
"prepublishOnly": "npm run compile && np --yolo --no-publish",
36-
"postpublish": "npm run gh-pages",
36+
"postpublish": "npm run docs:build && npm run docs:deploy",
3737
"lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md",
3838
"prettier": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
3939
"test": "father test",

0 commit comments

Comments
 (0)