1
0
Fork 0
mirror of synced 2024-06-29 03:20:34 +12:00
budibase/lerna.json
Budibase Staging Release Bot 4aaffe23c0 v0.9.173-alpha.2
2021-10-27 09:02:08 +00:00

19 lines
413 B
JSON

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