1
0
Fork 0
mirror of synced 2024-10-04 03:54:37 +13:00
budibase/lerna.json
Budibase Staging Release Bot a13cdefd01 v2.5.6-alpha.4
2023-04-18 13:44:25 +00:00

20 lines
476 B
JSON

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