Skip to content

Commit 69a9b5e

Browse files
committed
chore: update package.json
1 parent 6479fbb commit 69a9b5e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
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 docs:build && father doc deploy",
36+
"gh-pages": "npm run docs:build && npm run docs:deploy",
3737
"prepublishOnly": "npm run compile && np --yolo --no-publish",
3838
"postpublish": "npm run gh-pages",
3939
"lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md",
@@ -63,7 +63,6 @@
6363
"dumi": "^1.1.0",
6464
"eslint": "^7.0.0",
6565
"father": "^4",
66-
"father-build": "^1.18.6",
6766
"gh-pages": "^3.1.0",
6867
"husky": "^8.0.1",
6968
"less": "^3.10.3",

0 commit comments

Comments
 (0)