2019-06-07 15:18:10 +02:00
|
|
|
{
|
2023-10-17 16:39:22 +02:00
|
|
|
"version": "2.11.36",
|
2019-09-10 07:00:19 +02:00
|
|
|
"npmClient": "yarn",
|
2023-10-16 17:45:18 +02:00
|
|
|
"packages": ["packages/*", "apps/account-portal/packages/*"],
|
2023-06-19 18:50:52 +02:00
|
|
|
"useNx": true,
|
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
|
|
|
}
|
|
|
|
}
|
2023-10-16 17:45:18 +02:00
|
|
|
}
|