1
0
Fork 0
mirror of synced 2024-06-30 20:10:54 +12:00
budibase/lerna.json

34 lines
795 B
JSON
Raw Normal View History

2019-06-08 01:18:10 +12:00
{
2023-06-19 22:23:11 +12:00
"version": "2.7.25-alpha.3",
2019-09-10 17:00:19 +12:00
"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"
],
2023-06-17 02:25:34 +12:00
"useWorkspaces": true,
2019-09-10 17:00:19 +12:00
"command": {
2019-09-10 22:48:00 +12:00
"publish": {
2019-09-10 17:00:19 +12: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"
]
},
"run": {
"loadEnvFiles": false
2019-09-10 17:00:19 +12:00
}
}
2023-05-17 01:57:12 +12:00
}