1
0
Fork 0
mirror of synced 2024-07-06 15:00:49 +12:00
budibase/lerna.json
Budibase Release Bot 1de22e3758 v2.6.7
2023-05-05 14:30:04 +00:00

21 lines
468 B
JSON

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