1
0
Fork 0
mirror of synced 2024-09-08 05:31:47 +12:00
budibase/lerna.json
Budibase Release Bot 2774e92d83 v2.6.1
2023-05-04 10:39:20 +00:00

20 lines
468 B
JSON

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