From d9b0db20c8e4af90759bf6d6853c687eb8b2aea7 Mon Sep 17 00:00:00 2001 From: harrywan Date: Fri, 23 Jul 2021 11:07:33 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=95=B4=E7=90=86=E5=8F=91=E5=B8=83?= =?UTF-8?q?=E8=A7=84=E5=88=99?= 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 5481f88d..3e21f98a 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "clean": "lerna clean", "bootstrap": "lerna bootstrap", "build": "father-build --watch", - "ver": "lerna version patch --conventional-prerelease --no-changelog --no-commit-hooks --no-private", + "ver": "lerna version --conventional-prerelease --no-changelog --no-commit-hooks --no-private", "release": "father-build && lerna publish from-git", "docs:dev": "vuepress dev docs --clean-cache", "docs:build": "vuepress build docs --clean-cache",