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 f68bd26 commit 15e0f68Copy full SHA for 15e0f68
package.json
@@ -30,7 +30,7 @@
30
"build": "father doc build --storybook",
31
"compile": "father build && lessc assets/index.less assets/index.css",
32
"gh-pages": "npm run build && father doc deploy",
33
- "prepublishOnly": "npm run compile && np --yolo --no-publish",
+ "prepublishOnly": "npm run compile && np --yolo --no-publish --any-branch",
34
"lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md",
35
"prettier": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
36
"test": "father test",
0 commit comments