1
0
Fork 0
mirror of synced 2024-06-26 10:00:41 +12:00
budibase/lerna.json
Budibase Staging Release Bot 58d9fc1384 v1.0.219-alpha.1
2022-07-06 12:16:08 +00:00

19 lines
413 B
JSON

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