1
0
Fork 0
mirror of synced 2024-07-13 18:26:06 +12:00
budibase/lerna.json
Budibase Staging Release Bot 46d51b6a0c v1.3.22-alpha.3
2022-09-20 09:52:49 +00:00

19 lines
412 B
JSON

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