1
0
Fork 0
mirror of synced 2024-05-02 19:42:42 +12:00
budibase/lerna.json
Budibase Release Bot 26c060039a v2.1.31
2022-11-21 12:54:57 +00:00

19 lines
404 B
JSON

{
"version": "2.1.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"
]
}
}
}