Skip to content

Commit d53d069

Browse files
author
David Cheung
committed
Fix package.json CI downstreamIgnoreList nesting
in packge.json #3000 ci should be a root element instead of under config:ci
1 parent 9c3d596 commit d53d069

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)