1
0
Fork 0
mirror of synced 2024-07-06 15:00:49 +12:00
budibase/lerna.json
Budibase Release Bot 56eb0a318c v2.6.0
2023-05-04 10:00:54 +00:00

21 lines
468 B
JSON

{
"version": "2.6.0",
"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
}
}
}