From 26e2520a208a476163d6cbd57b69bffc6c12342c Mon Sep 17 00:00:00 2001 From: afc163 Date: Mon, 10 Apr 2023 11:07:55 +0800 Subject: [PATCH] fix np branch --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8aa0ef52..205c5083 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "start": "dumi dev", "build": "dumi build", "compile": "father build", - "prepublishOnly": "npm run compile && np --yolo --no-publish --branch 14.1.x", + "prepublishOnly": "npm run compile && np --yolo --no-publish", "lint": "eslint src/ docs/examples/ --ext .tsx,.ts,.jsx,.js", "test": "rc-test", "tsc": "tsc --noEmit",