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 0edffb5 commit df6b15eCopy full SHA for df6b15e
package.json
@@ -34,7 +34,7 @@
34
"start": "cross-env NODE_ENV=development father doc dev --storybook",
35
"build": "father doc build --storybook",
36
"compile": "father build && lessc assets/index.less assets/index.css",
37
- "prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
+ "prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish --any-branch",
38
"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
39
"test": "father test",
40
"coverage": "father test --coverage",
0 commit comments