1
0
Fork 0
mirror of synced 2024-07-04 05:50:57 +12:00
budibase/lerna.json
Budibase Staging Release Bot 036af2d32f Bump version to 2.7.37-alpha.3
2023-06-30 18:17:31 +00:00

22 lines
476 B
JSON

{
"version": "2.7.37-alpha.3",
"npmClient": "yarn",
"packages": [
"packages/*"
],
"useNx": true,
"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
}
}
}