2019-06-07 15:18:10 +02:00
|
|
|
{
|
2023-12-07 11:26:28 +01:00
|
|
|
"version": "2.13.35",
|
2019-09-10 07:00:19 +02:00
|
|
|
"npmClient": "yarn",
|
2023-08-07 12:02:26 +02:00
|
|
|
"packages": [
|
|
|
|
"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-09-05 16:36:31 +02:00
|
|
|
}
|