20 lines
495 B
JSON
20 lines
495 B
JSON
{
|
|
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
|
|
"version": "3.2.11",
|
|
"npmClient": "yarn",
|
|
"concurrency": 20,
|
|
"command": {
|
|
"publish": {
|
|
"ignoreChanges": [
|
|
"*.md",
|
|
"*.txt",
|
|
"test/**",
|
|
"# We ignore every JSON file, except for built-in-modules, built-ins and plugins defined in babel-preset-env/data.",
|
|
"@(!(built-in-modules|built-ins|plugins|package)).json"
|
|
]
|
|
},
|
|
"run": {
|
|
"loadEnvFiles": false
|
|
}
|
|
}
|
|
} |