Skip to content

Commit 92afa24

Browse files
committed
chore: clean up package.json
1 parent a93831d commit 92afa24

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 --any-branch",
38+
"prepublishOnly": "npm run compile && np --yolo --no-publish",
3939
"prettier": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
4040
"start": "dumi dev",
4141
"test": "rc-test"

0 commit comments

Comments
 (0)