34 lines
796 B
JSON
34 lines
796 B
JSON
{
|
|
"version": "2.6.19-alpha.33",
|
|
"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
|
|
}
|
|
}
|
|
} |