Skip to content

Commit 6a80c3a

Browse files
committed
update script
1 parent 24d1da5 commit 6a80c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"start": "cross-env NODE_ENV=development father doc dev --storybook",
3434
"build": "father doc build --storybook",
3535
"compile": "father build",
36-
"prepublishOnly": "npm run compile && np --no-cleanup --yolo",
36+
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
3737
"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
3838
"test": "father test",
3939
"coverage": "father test --coverage",

0 commit comments

Comments
 (0)