1
0
Fork 0
mirror of synced 2024-07-02 04:50:44 +12:00
budibase/lerna.json
Budibase Staging Release Bot 2a8bb872ad Bump version to 2.20.12
2024-02-27 12:49:37 +00:00

25 lines
564 B
JSON

{
"version": "2.20.12",
"npmClient": "yarn",
"packages": [
"packages/*",
"!packages/account-portal",
"packages/account-portal/packages/*"
],
"useNx": true,
"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
}
}
}