From d3041747676aed496122574eb2dc15d820699cc7 Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle <patrizio@bekerle.com> Date: Wed, 10 Feb 2021 12:28:58 +0100 Subject: [PATCH] Add script version-minor --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 35e5c535..205efb68 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "test": "lerna run test", "build": "lerna run build", "version-patch": "lerna version patch", + "version-minor": "lerna version minor", "version": "lerna version", "yarn-install": "for d in ./packages/*/ ; do (cd \"$d\" && yarn install); done;", "rm-dist": "for d in ./packages/*/ ; do (cd \"$d\" && rm dist -Rf); done;", -- GitLab