Skip to content

Commit 65a3a0b

Browse files
authored
Merge pull request #3067 from strongloop/fix-packagejson-wrong-ci-config
Fix package.json CI downstreamIgnoreList nesting
2 parents 9c3d596 + d53d069 commit 65a3a0b

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,14 @@
113113
},
114114
"config": {
115115
"ci": {
116-
"debug": "*,-mocha:*,-eslint:*",
117-
"downstreamIgnoreList": [
118-
"dashboard-controller",
119-
"gateway-director-management-interface"
120-
]
116+
"debug": "*,-mocha:*,-eslint:*"
121117
}
122118
},
119+
"ci": {
120+
"downstreamIgnoreList": [
121+
"dashboard-controller",
122+
"gateway-director-management-interface"
123+
]
124+
},
123125
"license": "MIT"
124126
}

0 commit comments

Comments
 (0)