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.",
|
"# 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"
|
"@(!(native-modules|built-ins|plugins|package)).json"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"version": {
|
||||||
|
"push": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"packages": [
|
"packages": ["codemods/*", "eslint/*", "packages/*"],
|
||||||
"codemods/*",
|
|
||||||
"eslint/*",
|
|
||||||
"packages/*"
|
|
||||||
],
|
|
||||||
"npmClient": "yarn",
|
"npmClient": "yarn",
|
||||||
"npmClientArgs": [
|
"npmClientArgs": ["--pure-lockfile"]
|
||||||
"--pure-lockfile"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user