1
0
Fork 0
mirror of synced 2024-08-15 18:11:40 +12:00
budibase/lerna.json
Budibase Staging Release Bot 0b58985b38 Bump version to 2.7.18
2023-06-14 16:42:09 +00:00

34 lines
No EOL
787 B
JSON

{
"version": "2.7.18",
"npmClient": "yarn",
"packages": [
"packages/backend-core",
"packages/bbui",
"packages/builder",
"packages/cli",
"packages/client",
"packages/frontend-core",
"packages/sdk",
"packages/server",
"packages/shared-core",
"packages/string-templates",
"packages/types",
"packages/worker",
"packages/pro/packages/pro"
],
"useWorkspaces": true,
"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
}
}
}