1
0
Fork 0
mirror of synced 2024-08-05 05:11:43 +12:00
budibase/lerna.json
Budibase Staging Release Bot 2e95bd74c9 Bump version to 2.29.6
2024-07-02 14:23:13 +00:00

25 lines
607 B
JSON

{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "2.29.6",
"npmClient": "yarn",
"packages": [
"packages/*",
"!packages/account-portal",
"packages/account-portal/packages/*"
],
"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
}
}
}