Skip to content

Commit 849987b

Browse files
committed
fix docs:build
1 parent 5cd0b54 commit 849987b

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
@@ -33,7 +33,7 @@
3333
"docs:build": "dumi build",
3434
"docs:deploy": "gh-pages -d .doc",
3535
"compile": "father build && lessc assets/index.less assets/index.css",
36-
"gh-pages": "npm run build && father doc deploy",
36+
"gh-pages": "npm run docs:build && father doc deploy",
3737
"prepublishOnly": "npm run compile && np --yolo --no-publish && npm run gh-pages",
3838
"lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md",
3939
"prettier": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",

0 commit comments

Comments
 (0)