Skip to content

Commit

Permalink
chore: do not push version commit on lerna version (#11936)
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Aug 10, 2020
1 parent 199ee60 commit fccf31a
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions lerna.json
Expand Up @@ -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"]
}

0 comments on commit fccf31a

Please sign in to comment.