1
0
Fork 0
mirror of synced 2024-09-30 00:57:16 +13:00
budibase/lerna.json
Budibase Release Bot c45197edc5 v0.9.23
2021-06-02 12:06:51 +00:00

18 lines
404 B
JSON

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