Skip to content

Commit b697991

Browse files
committed
chore: np add any branch script
1 parent 8edbdd4 commit b697991

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
@@ -34,7 +34,7 @@
3434
"start": "cross-env NODE_ENV=development father doc dev --storybook",
3535
"build": "father doc build --storybook",
3636
"compile": "father build && lessc assets/index.less assets/index.css",
37-
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
37+
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish --any-branch",
3838
"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
3939
"test": "father test",
4040
"coverage": "father test --coverage",

0 commit comments

Comments
 (0)