Merge pull request #3067 from strongloop/fix-packagejson-wrong-ci-config
Fix package.json CI downstreamIgnoreList nesting
This commit is contained in:
commit
65a3a0b110
12
package.json
12
package.json
|
@ -113,12 +113,14 @@
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"ci": {
|
"ci": {
|
||||||
"debug": "*,-mocha:*,-eslint:*",
|
"debug": "*,-mocha:*,-eslint:*"
|
||||||
"downstreamIgnoreList": [
|
|
||||||
"dashboard-controller",
|
|
||||||
"gateway-director-management-interface"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"ci": {
|
||||||
|
"downstreamIgnoreList": [
|
||||||
|
"dashboard-controller",
|
||||||
|
"gateway-director-management-interface"
|
||||||
|
]
|
||||||
|
},
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue