From 81d5e6d17c5d0ae4a02894c5285916364ab1df41 Mon Sep 17 00:00:00 2001 From: Ali BARIN Date: Sun, 24 Oct 2021 17:47:18 +0200 Subject: [PATCH] chore: install always exact version for deps --- lerna.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lerna.json b/lerna.json index 40649715..be0057a6 100644 --- a/lerna.json +++ b/lerna.json @@ -9,6 +9,9 @@ "command": { "publish": { "registry": "http://localhost:5000" + }, + "add": { + "exact": true } } }