1
0
Fork 0
mirror of synced 2024-05-17 10:53:15 +12:00
budibase/lerna.json
Budibase Staging Release Bot e1be0be29b v1.0.207-alpha.8
2022-06-23 13:01:28 +00:00

19 lines
413 B
JSON

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