1
0
Fork 0
mirror of synced 2024-07-02 13:01:09 +12:00
budibase/lerna.json
Budibase Staging Release Bot dcec1accc2 v0.9.79-alpha.5
2021-07-23 16:55:34 +00:00

19 lines
412 B
JSON

{
"version": "0.9.79-alpha.5",
"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"
]
}
}
}