node-postgres/lerna.json
Brian M. Carlson 717ffd0e70 Update ignores
2020-01-29 10:46:03 -06:00

13 lines
175 B
JSON

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