1
0
Fork 0
mirror of synced 2024-06-14 00:14:39 +12:00
budibase/lerna.json
Budibase Staging Release Bot 97af9b2ec0 Bump version to 2.15.7
2024-01-26 10:26:57 +00:00

25 lines
563 B
JSON

{
"version": "2.15.7",
"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
}
}
}