1
0
Fork 0
mirror of synced 2024-07-01 12:30:41 +12:00
budibase/lerna.json
Budibase Release Bot 150fc3b11d v1.0.31
2021-12-31 08:29:48 +00:00

19 lines
404 B
JSON

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