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 5a2b9a7 commit 7114e27Copy full SHA for 7114e27
package.json
@@ -31,10 +31,10 @@
31
"build": "father doc build --storybook",
32
"compile": "father build",
33
"gh-pages": "rc-tools run gh-pages",
34
- "prepublishOnly": "npm run compile",
+ "prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
35
"lint": "eslint src/ --ext .tsx,.ts",
36
"test": "father test",
37
- "now-build": "npm run build && np --no-cleanup --yolo --no-publish"
+ "now-build": "npm run build"
38
},
39
"peerDependencies": {
40
"react": "*"
0 commit comments