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 4cdcf67 commit 9bf5320Copy full SHA for 9bf5320
package.json
@@ -38,7 +38,7 @@
38
"build": "father doc build --storybook",
39
"compile": "father build && lessc assets/index.less assets/index.css",
40
"gh-pages": "npm run build && father doc deploy",
41
- "prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
+ "prepublishOnly": "npm run compile && np --yolo --no-publish --any-branch",
42
"postpublish": "npm run gh-pages",
43
"lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md",
44
"prettier": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
0 commit comments