Skip to content

Commit 62d6b0f

Browse files
committed
chore: update script
1 parent 341eb4a commit 62d6b0f

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
@@ -39,7 +39,7 @@
3939
"prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
4040
"test": "rc-test",
4141
"test:coverage": "umi-test --coverage",
42-
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
42+
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish --branch=antd-5.x",
4343
"lint": "eslint src/ --ext .tsx,.ts",
4444
"lint:tsc": "tsc -p tsconfig.json --noEmit",
4545
"now-build": "npm run docs:build"

0 commit comments

Comments
 (0)