chore: do not push version commit on lerna version (#11936)
This commit is contained in:
parent
199ee60571
commit
fccf31aca6
13
lerna.json
13
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"]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user