Skip to content

Commit 1c0f55b

Browse files
committed
fix typo
1 parent 233e659 commit 1c0f55b

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
@@ -36,7 +36,7 @@
3636
"compile": "father build && lessc assets/index.less assets/index.css",
3737
"gh-pages": "npm run build && father doc deploy",
3838
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
39-
"postPublish": "npm run gh-pages",
39+
"postpublish": "npm run gh-pages",
4040
"lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md",
4141
"prettier": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
4242
"test": "father test",

0 commit comments

Comments
 (0)