1
0
Fork 0
mirror of synced 2024-06-02 10:34:40 +12:00
budibase/lerna.json
Budibase Release Bot b6a5feadb6 v1.0.218
2022-07-04 15:04:53 +00:00

19 lines
405 B
JSON

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