1
0
Fork 0
mirror of synced 2024-07-01 04:21:06 +12:00
budibase/lerna.json
Budibase Release Bot 48d3bff349 v0.9.22
2021-06-02 11:34:24 +00:00

19 lines
404 B
JSON

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