1
0
Fork 0
mirror of synced 2024-07-14 02:36:22 +12:00
budibase/lerna.json
Budibase Staging Release Bot 269cbc8b2c v2.5.6-alpha.12
2023-04-20 18:35:09 +00:00

21 lines
477 B
JSON

{
"version": "2.5.6-alpha.12",
"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
}
}
}