From 9f200a272d32366dc22a9665391c3ecd3568a54c Mon Sep 17 00:00:00 2001 From: newbyvector Date: Tue, 14 Nov 2023 10:28:35 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=94=A7=20change=20publish=20scri?= =?UTF-8?q?pt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1ac6f96eb90..eb034ff8de5 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "package:inherit": "yarn package-inherit update", "prepare": "is-ci || husky install configs/husky-config", "precommit": "yarn lint-staged && lerna run --concurrency 1 --stream precommit", - "publish:latest": "yarn build:dev && lerna publish --no-private --ignore-scripts" + "publish:latest": "lerna publish from-package --no-private --ignore-scripts --dist-tag v1" }, "lint-staged": { "**/*.{js,jsx,tsx,ts,less,md,json}": [