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 24d1da5 commit 6a80c3aCopy full SHA for 6a80c3a
package.json
@@ -33,7 +33,7 @@
33
"start": "cross-env NODE_ENV=development father doc dev --storybook",
34
"build": "father doc build --storybook",
35
"compile": "father build",
36
- "prepublishOnly": "npm run compile && np --no-cleanup --yolo",
+ "prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
37
"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
38
"test": "father test",
39
"coverage": "father test --coverage",
0 commit comments