From 2724ac4a897079bc7a2c34619e1c1a6da367946c Mon Sep 17 00:00:00 2001 From: newbyvector Date: Sun, 9 Oct 2022 22:38:15 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=94=A7=20update=20publish=20scri?= =?UTF-8?q?pt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index b7bc53e2da4..64309399acd 100644 --- a/package.json +++ b/package.json @@ -27,8 +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", - "version": "lerna version --no-private", - "publish:latest": "lerna publish from-package --no-private --ignore-scripts" + "publish:latest": "yarn build:dev && lerna publish from-package --no-private --ignore-scripts" }, "lint-staged": { "**/*.{js,jsx,tsx,ts,less,md,json}": [