Skip to content

Commit 9aca311

Browse files
committed
chore: add np config
1 parent 7b6b688 commit 9aca311

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
@@ -32,7 +32,7 @@
3232
"coverage": "father test --coverage",
3333
"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
3434
"now-build": "npm run build",
35-
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
35+
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish --any-branch",
3636
"start": "cross-env NODE_ENV=development father doc dev --storybook",
3737
"test": "father test"
3838
},

0 commit comments

Comments
 (0)