1
0
Fork 0
mirror of synced 2024-06-01 18:20:18 +12:00
budibase/lerna.json
Budibase Release Bot e44fd24633 v2.1.16
2022-11-05 14:11:32 +00:00

19 lines
404 B
JSON

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