1
0
Fork 0
mirror of synced 2024-07-14 10:45:51 +12:00
budibase/lerna.json
Budibase Staging Release Bot 8cb9d5067b v2.3.18-alpha.6
2023-02-22 13:56:31 +00:00

19 lines
412 B
JSON

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