1
0
Fork 0
mirror of synced 2024-05-20 20:33:46 +12:00
budibase/lerna.json
Budibase Release Bot d8a0bfdf96 v1.0.15
2021-12-10 16:55:00 +00:00

19 lines
404 B
JSON

{
"version": "1.0.15",
"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"
]
}
}
}