mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
13 lines
228 B
JSON
13 lines
228 B
JSON
{
|
|
"packages": ["packages/*"],
|
|
"npmClient": "yarn",
|
|
"useWorkspaces": true,
|
|
"version": "independent",
|
|
"command": {
|
|
"version": {
|
|
"allowBranch": "master"
|
|
}
|
|
},
|
|
"ignoreChanges": ["**/*.md", "**/test/**"]
|
|
}
|