Skip to content

Commit 0be289f

Browse files
committed
chore: allow any branch
1 parent a5c08d2 commit 0be289f

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
"lint": "eslint src/ --ext .tsx,.ts",
3434
"lint:tsc": "tsc -p tsconfig.json --noEmit",
3535
"now-build": "npm run docs:build",
36-
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
36+
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish --any-branch",
3737
"prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
3838
"start": "dumi dev",
3939
"test": "umi-test",

0 commit comments

Comments
 (0)