1
0
Fork 0
mirror of synced 2024-07-03 05:20:32 +12:00
budibase/lerna.json
Michael Shanks a510d18318 v0.0.25
2020-03-05 08:37:51 +00:00

19 lines
404 B
JSON

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