1
0
Fork 0
mirror of synced 2024-06-14 08:24:48 +12:00
budibase/lerna.json

19 lines
403 B
JSON
Raw Normal View History

2019-06-08 01:18:10 +12:00
{
2019-09-10 17:00:19 +12:00
"version": "0.0.1",
"npmClient": "yarn",
2019-06-08 01:18:10 +12:00
"packages": [
"packages/*"
],
2019-09-10 17:00:19 +12:00
"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"
]
}
}
2019-06-08 01:18:10 +12:00
}