We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 341eb4a commit 62d6b0fCopy full SHA for 62d6b0f
package.json
@@ -39,7 +39,7 @@
39
"prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
40
"test": "rc-test",
41
"test:coverage": "umi-test --coverage",
42
- "prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
+ "prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish --branch=antd-5.x",
43
"lint": "eslint src/ --ext .tsx,.ts",
44
"lint:tsc": "tsc -p tsconfig.json --noEmit",
45
"now-build": "npm run docs:build"
0 commit comments