From f252a51efe3b0f8656790de35d9735dcbb96c737 Mon Sep 17 00:00:00 2001 From: afc163 Date: Mon, 16 Jun 2025 11:41:54 +0800 Subject: [PATCH] chore: add --branch antd-5.x --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1172f44c..a0fc270b 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "docs:deploy": "gh-pages -d dist", "compile": "father build && lessc assets/index.less assets/index.css", "prepare": "husky", - "prepublishOnly": "npm run compile && np --yolo --no-publish", + "prepublishOnly": "npm run compile && np --yolo --no-publish --branch antd-5.x", "postpublish": "npm run gh-pages", "lint": "eslint src/ --ext .tsx,.ts,.jsx,.js", "test": "rc-test",