Skip to content

Commit 48b2134

Browse files
committed
chore: update script
1 parent 874875a commit 48b2134

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
@@ -35,7 +35,7 @@
3535
"docs:deploy": "gh-pages -d .doc",
3636
"lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md",
3737
"now-build": "npm run docs:build",
38-
"prepublishOnly": "npm run compile && np --yolo --no-publish",
38+
"prepublishOnly": "npm run compile && np --yolo --no-publish --any-branch",
3939
"prettier": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
4040
"start": "dumi dev",
4141
"test": "rc-test"

0 commit comments

Comments
 (0)