From 32abf6ed77d12837c6d0cc963feea373376306d5 Mon Sep 17 00:00:00 2001 From: yarastqt Date: Wed, 2 Oct 2019 12:16:49 +0300 Subject: [PATCH] chore: use exact for lerna --- lerna.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lerna.json b/lerna.json index b3aa1453..8a2eec34 100644 --- a/lerna.json +++ b/lerna.json @@ -3,11 +3,13 @@ "command": { "publish": { "allowBranch": "master", - "conventionalCommits": true, "ignoreChanges": ["*.md", "**/test/**"], "message": "chore(release): publish" } }, + "independent": true, + "conventionalCommits": true, "version": "independent", + "exact": true, "npmClientArgs": ["--no-package-lock"] }