From cd7f1e7a1fa27f0ec8144fe4842f65075544c246 Mon Sep 17 00:00:00 2001 From: Tanguy Krotoff Date: Thu, 22 Oct 2020 15:52:38 +0200 Subject: [PATCH] yarn version:lerna --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 00e60a4c..8b7ac21e 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ "precommit": "yarn build && run-p lint format", "prepush": "run-p test test:e2e", "publish:next:lerna": "lerna publish --dist-tag next --no-git-tag-version --no-push --registry=https://registry.npmjs.org # Custom example: 0.8.0-beta.1", + "version:lerna": "lerna version --no-git-tag-version --no-push", "npm:update": "yarn clean:all && find . -type f -name 'package.json' -not -path './.git/*' -not -path '*/node_modules/*' -execdir npx npm-check-updates --upgrade \\; && yarn" }, "workspaces": [