1
0
Fork 0
mirror of synced 2024-09-03 11:11:49 +12:00
budibase/lerna.json
Budibase Staging Release Bot 3f3f792c65 v1.3.4-alpha.1
2022-09-05 11:27:59 +00:00

18 lines
411 B
JSON

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