1
0
Fork 0
mirror of synced 2024-07-13 18:26:06 +12:00
budibase/lerna.json
2023-04-14 13:49:13 +01:00

21 lines
478 B
JSON

{
"version": "2.4.44-alpha.30",
"npmClient": "yarn",
"useWorkspaces": true,
"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"
]
},
"run": {
"loadEnvFiles": false
}
}
}