1
0
Fork 0
mirror of synced 2024-07-02 04:50:44 +12:00
budibase/lerna.json
Budibase Release Bot 33ded6e013 v2.0.11
2022-09-30 14:59:22 +00:00

19 lines
404 B
JSON

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