1
0
Fork 0
mirror of synced 2024-07-07 15:25:52 +12:00
budibase/lerna.json
Budibase Staging Release Bot 1e9ae6aec1 v2.4.44-alpha.18
2023-04-12 21:27:37 +00:00

20 lines
453 B
JSON

{
"version": "2.4.44-alpha.18",
"npmClient": "yarn",
"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
}
}
}