From 8515a1564e842a565539281b25cc34d3078abc3c Mon Sep 17 00:00:00 2001 From: wanchun <445436867@qq.com> Date: Thu, 6 Apr 2023 17:05:58 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E5=8F=91=E5=B8=83=E5=8C=85=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0legacy=20tag?= 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 7b7c9562..990df712 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dev": "node scripts/build.js --watch", "build": "node scripts/build.js", "ver": "lerna version --conventional-prerelease --no-changelog --no-commit-hooks --no-private", - "release": "node scripts/build.js && lerna publish from-git", + "release": "node scripts/build.js && lerna publish from-git --dist-tag legacy", "docs:dev": "vuepress dev docs --clean-cache", "docs:build": "vuepress build docs --clean-cache", "docs:build-pages": "BASE=/fes.js/ vuepress build docs --clean-cache",