1
0
Fork 0
mirror of synced 2024-07-04 14:01:27 +12:00
budibase/lerna.json
Budibase Staging Release Bot 59a6a6807f v2.4.44-alpha.32
2023-04-14 13:15:49 +00:00

21 lines
478 B
JSON

{
"version": "2.4.44-alpha.32",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": ["packages/*"],
"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
}
}
}