1
0
Fork 0
mirror of synced 2024-05-29 16:50:00 +12:00
budibase/lerna.json
Budibase Release Bot bfc9a4157d v0.9.187
2021-11-15 17:04:12 +00:00

19 lines
405 B
JSON

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