mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
Only allow publish from master
This commit is contained in:
parent
6ab0c4608c
commit
36fd0a61db
14
lerna.json
14
lerna.json
@ -1,12 +1,12 @@
|
||||
{
|
||||
"packages": [
|
||||
"packages/*"
|
||||
],
|
||||
"packages": ["packages/*"],
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true,
|
||||
"version": "independent",
|
||||
"ignoreChanges": [
|
||||
"**/*.md",
|
||||
"**/test/**"
|
||||
]
|
||||
"command": {
|
||||
"version": {
|
||||
"allowBranch": "master"
|
||||
}
|
||||
},
|
||||
"ignoreChanges": ["**/*.md", "**/test/**"]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user