From 7e825865acb8a11c65048a0cbf76ea70036f3302 Mon Sep 17 00:00:00 2001 From: "Peter Braden (HOPR)" Date: Fri, 16 Oct 2020 09:18:35 +0200 Subject: [PATCH] try fix from https://github.com/lerna/lerna/issues/1415 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c65ae53e4bc..48c0bb5c1a6 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,8 @@ "util:regenerate": "yarn util:clean && lerna exec --concurrency 1 --stream -- yarn --check-files", "util:install": "yarn util:clean && lerna exec --concurrency 1 --stream -- yarn --frozen-lockfile --check-files", "util:build": "lerna exec --stream -- yarn build", - "util:link": "lerna link" + "util:link": "lerna link", + "version": "yarn util:regenerate && git add packages/*/package-lock.json" }, "dependencies": { "lerna": "^3.22.1"