Skip to content

Commit 7114e27

Browse files
committed
use np
1 parent 5a2b9a7 commit 7114e27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
"build": "father doc build --storybook",
3232
"compile": "father build",
3333
"gh-pages": "rc-tools run gh-pages",
34-
"prepublishOnly": "npm run compile",
34+
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
3535
"lint": "eslint src/ --ext .tsx,.ts",
3636
"test": "father test",
37-
"now-build": "npm run build && np --no-cleanup --yolo --no-publish"
37+
"now-build": "npm run build"
3838
},
3939
"peerDependencies": {
4040
"react": "*"

0 commit comments

Comments
 (0)