Disable DEBUG output for eslint on Jenkins CI
This commit is contained in:
parent
53cd449c9c
commit
6c59390754
|
@ -103,5 +103,10 @@
|
|||
"depd": "loopback-datasource-juggler/lib/browser.depd.js",
|
||||
"bcrypt": false
|
||||
},
|
||||
"config": {
|
||||
"ci": {
|
||||
"debug": "*,-mocha:*,-eslint:*"
|
||||
}
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue