1
0
Fork 0
mirror of synced 2024-05-09 06:54:05 +12:00
budibase/lerna.json
Budibase Staging Release Bot 229f7bd35b v2.1.32-alpha.10
2022-11-25 13:57:11 +00:00

19 lines
413 B
JSON

{
"version": "2.1.32-alpha.10",
"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"
]
}
}
}