1
0
Fork 0
mirror of synced 2024-05-19 11:53:53 +12:00
budibase/lerna.json
Budibase Staging Release Bot 2cf00112ad v1.0.76-alpha.5
2022-02-25 13:45:29 +00:00

19 lines
412 B
JSON

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