1
0
Fork 0
mirror of synced 2024-09-11 15:08:05 +12:00
budibase/lerna.json
Budibase Release Bot fb268f1655 v2.5.3
2023-04-11 13:46:26 +00:00

18 lines
403 B
JSON

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