1
0
Fork 0
mirror of synced 2024-05-04 04:23:02 +12:00
budibase/lerna.json
Budibase Staging Release Bot 7c77ec1536 v2.1.22-alpha.3
2022-11-15 13:19:15 +00:00

19 lines
412 B
JSON

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