From f8f528eaacec0fb16ec659fa8d12e088136c6faa Mon Sep 17 00:00:00 2001 From: Charles Kornoelje <33156025+charkour@users.noreply.github.com> Date: Tue, 4 May 2021 21:46:40 -0400 Subject: [PATCH] try fixing builds using new command: https://github.com/lerna/lerna/issues/1415#issuecomment-455790478 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 0e25131..54a3785 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,8 @@ "lint": "lerna run lint", "publish": "lerna publish", "test": "lerna run test", - "prepare": "husky install" + "prepare": "husky install", + "version": "lerna clean --yes && lerna exec \"npm install --ignore-scripts --package-lock-only --no-audit\" && git add packages/*/package-lock.json" }, "devDependencies": { "@types/jest": "26.0.23",