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"] }