1
0
Fork 0
mirror of synced 2024-07-03 05:20:32 +12:00
budibase/lerna.json
Martin McKeaveney 2120ed99c1 v0.1.23
2020-10-02 16:24:39 +01:00

19 lines
404 B
JSON

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