1
0
Fork 0
mirror of synced 2024-06-28 11:00:55 +12:00
budibase/lerna.json
Martin McKeaveney d58ac80cc9 v0.7.8
2021-02-15 14:07:27 +00:00

19 lines
403 B
JSON

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