node-postgres/lerna.json
2025-04-23 13:46:01 -05:00

13 lines
228 B
JSON

{
"packages": ["packages/*"],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "independent",
"command": {
"version": {
"allowBranch": "master"
}
},
"ignoreChanges": ["**/*.md", "**/test/**"]
}