1
0
Fork 0
mirror of synced 2024-07-04 22:11:23 +12:00
budibase/lerna.json
Budibase Release Bot 07006b7a3c v0.9.100
2021-08-05 16:15:38 +00:00

19 lines
405 B
JSON

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