diff --git a/lerna.json b/lerna.json index 1ff42fcdb6..8c084b659f 100644 --- a/lerna.json +++ b/lerna.json @@ -26,15 +26,12 @@ "# We ignore every JSON file, except for native-modules, built-ins and plugins defined in babel-preset-env/data.", "@(!(native-modules|built-ins|plugins|package)).json" ] + }, + "version": { + "push": false } }, - "packages": [ - "codemods/*", - "eslint/*", - "packages/*" - ], + "packages": ["codemods/*", "eslint/*", "packages/*"], "npmClient": "yarn", - "npmClientArgs": [ - "--pure-lockfile" - ] + "npmClientArgs": ["--pure-lockfile"] }