1
0
Fork 0
mirror of synced 2024-10-04 03:54:37 +13:00
budibase/lerna.json
Budibase Staging Release Bot 361a1a02b1 v2.4.44-alpha.31
2023-04-14 13:04:19 +00:00

20 lines
478 B
JSON

{
"version": "2.4.44-alpha.31",
"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
}
}
}