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 4dfd976 commit 2192031Copy full SHA for 2192031
package.json
@@ -29,7 +29,7 @@
29
"start": "father doc dev --storybook",
30
"build": "father doc build --storybook",
31
"compile": "father build",
32
- "prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
+ "prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish --any-branch",
33
"lint": "eslint src/ --ext .tsx,.ts",
34
"test": "father test",
35
"now-build": "npm run build"
0 commit comments