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-10-15 15:43:48 +02:00
|
|
|
"version": "2.32.18",
|
2019-09-10 07:00:19 +02:00
|
|
|
"npmClient": "yarn",
|
2023-10-31 11:49:43 +01:00
|
|
|
"packages": [
|
|
|
|
"packages/*",
|
|
|
|
"!packages/account-portal",
|
|
|
|
"packages/account-portal/packages/*"
|
|
|
|
],
|
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"
|
|
|
|
]
|
2023-04-11 09:04:02 +02:00
|
|
|
},
|
|
|
|
"run": {
|
|
|
|
"loadEnvFiles": false
|
2019-09-10 07:00:19 +02:00
|
|
|
}
|
|
|
|
}
|
2024-07-02 16:23:13 +02:00
|
|
|
}
|