chore: do not push version commit on lerna version (#11936)

This commit is contained in:
Huáng Jùnliàng 2020-08-10 07:29:52 -04:00 committed by GitHub
parent 199ee60571
commit fccf31aca6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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