From 7f978c7903a31f70c5893aa71bfc0f9cdfab4b59 Mon Sep 17 00:00:00 2001 From: Stas Seliverstov Date: Thu, 12 Mar 2020 17:04:47 +0300 Subject: [PATCH] do not commit version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4e3ebb290..9cf644166 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "build": "npm run clean && npm run link && lerna run build --stream", "test": "npm run build && npm run run-test", "clean": "lerna run clean", - "version": "lerna version --no-git-tag-version --no-changelog --yes", + "version": "lerna version --no-git-tag-version --no-changelog --no-push --yes", "release": "lerna publish from-package --yes", "lint": "lerna run lint", "lint-fix": "lerna run lint-fix",