1
0
Fork 0
mirror of synced 2024-06-26 18:10:51 +12:00
budibase/lerna.json
Budibase Release Bot cd8e93642c v1.2.11
2022-08-04 18:49:45 +00:00

19 lines
404 B
JSON

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