1
0
Fork 0
mirror of synced 2024-07-02 04:50:44 +12:00
budibase/lerna.json
Budibase Staging Release Bot c75ff1cd4a v1.4.8-alpha.7
2022-09-24 13:18:45 +00:00

19 lines
411 B
JSON

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