budibase/lerna.json

20 lines
495 B
JSON
Raw Normal View History

2019-06-07 15:18:10 +02:00
{
2024-07-01 17:55:16 +02:00
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
2024-11-20 18:19:46 +01:00
"version": "3.2.11",
2019-09-10 07:00:19 +02:00
"npmClient": "yarn",
2023-12-12 17:12:54 +01:00
"concurrency": 20,
2019-09-10 07:00:19 +02:00
"command": {
2019-09-10 12:48:00 +02:00
"publish": {
2019-09-10 07:00:19 +02:00
"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
2019-09-10 07:00:19 +02:00
}
}
2024-11-20 10:25:08 +01:00
}