1
0
Fork 0
mirror of synced 2024-06-29 03:20:34 +12:00
budibase/lerna.json
Martin McKeaveney da9eff017d v1.0.0
2021-11-30 16:34:33 +01:00

19 lines
403 B
JSON

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