We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 233e659 commit 1c0f55bCopy full SHA for 1c0f55b
package.json
@@ -36,7 +36,7 @@
36
"compile": "father build && lessc assets/index.less assets/index.css",
37
"gh-pages": "npm run build && father doc deploy",
38
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
39
- "postPublish": "npm run gh-pages",
+ "postpublish": "npm run gh-pages",
40
"lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md",
41
"prettier": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
42
"test": "father test",
0 commit comments