diff --git a/lerna.json b/lerna.json index 79f6c363..84c3c68c 100644 --- a/lerna.json +++ b/lerna.json @@ -1,10 +1,11 @@ { - "version": "1.0.0", + "version": "0.0.0", "packages": ["packages/*"], "command": { "version": { "message": "chore(release): publish %s", - "conventionalCommits": true + "conventionalCommits": true, + "yes": true } } } diff --git a/package.json b/package.json index 7b4b380e..e61b211a 100644 --- a/package.json +++ b/package.json @@ -3,8 +3,6 @@ "private": true, "scripts": { "bootstrap": "lerna bootstrap --hoist --force-local", - "version": "lerna version --conventional-commits", - "publish": "lerna publish", "build": "lerna run build", "clear": "lerna run clear", "start": "jest --watch",