1
0
Fork 0
mirror of synced 2024-09-10 22:46:09 +12:00
budibase/lerna.json
2023-09-13 21:34:21 +02:00

20 lines
461 B
JSON

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