Run prettier to format all JSON.
This commit is contained in:
parent
669f6b97b2
commit
edb0a70e14
15
lerna.json
15
lerna.json
@ -16,19 +16,10 @@
|
|||||||
"cacheDir": ".changelog",
|
"cacheDir": ".changelog",
|
||||||
"commands": {
|
"commands": {
|
||||||
"publish": {
|
"publish": {
|
||||||
"ignore": [
|
"ignore": ["*.md", "test/**", "codemods/**"]
|
||||||
"*.md",
|
|
||||||
"test/**",
|
|
||||||
"codemods/**"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"packages": [
|
"packages": ["packages/*", "codemods/*"],
|
||||||
"packages/*",
|
|
||||||
"codemods/*"
|
|
||||||
],
|
|
||||||
"npmClient": "yarn",
|
"npmClient": "yarn",
|
||||||
"npmClientArgs": [
|
"npmClientArgs": ["--no-lockfile"]
|
||||||
"--no-lockfile"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user