Skip to content

Commit 4f4d85a

Browse files
committed
chore: update script
1 parent 39249f1 commit 4f4d85a

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
@@ -35,7 +35,7 @@
3535
"prepare": "husky install",
3636
"prepublishOnly": "npm run compile && np --yolo --no-publish",
3737
"prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
38-
"postpublish": "npm run docs:deploy",
38+
"postpublish": "npm run docs:build && npm run docs:deploy",
3939
"start": "dumi dev",
4040
"test": "rc-test"
4141
},

0 commit comments

Comments
 (0)