1
0
Fork 0
mirror of synced 2024-06-13 07:54:46 +12:00
budibase/lerna.json
Budibase Staging Release Bot cab2a0cddb Bump version to 2.13.35
2023-12-07 10:26:28 +00:00

22 lines
469 B
JSON

{
"version": "2.13.35",
"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
}
}
}