Add Downstream ignore List
This commit is contained in:
parent
3ecb5e1cfe
commit
7a663e005b
|
@ -115,5 +115,10 @@
|
|||
"debug": "*,-mocha:*,-eslint:*"
|
||||
}
|
||||
},
|
||||
"license": "MIT"
|
||||
"license": "MIT",
|
||||
"ci": {
|
||||
"downstreamIgnoreList": [
|
||||
"loopback-connector-swagger"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue