1
0
Fork 0
mirror of synced 2024-06-30 20:10:54 +12:00
budibase/lerna.json
Budibase Staging Release Bot db398a839e Bump version to 2.12.1
2023-10-30 16:54:07 +00:00

22 lines
468 B
JSON

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