Skip to content

Commit

Permalink
Rename dependence to dependency in ci-config (#20031)
Browse files Browse the repository at this point in the history
  • Loading branch information
wyunchi-ms authored Nov 7, 2022
1 parent 2ce384f commit ba2086f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .ci-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"phases": [
"build:all",
"breaking-change:all",
"dependence:all",
"dependency:all",
"help:all",
"signature:all",
"test:all",
Expand All @@ -35,7 +35,7 @@
],
"phases": [
"build:all",
"dependence:all",
"dependency:all",
"test:all"
]
},
Expand All @@ -45,7 +45,7 @@
],
"phases": [
"build:all",
"dependence:all"
"dependency:all"
]
},
{
Expand Down Expand Up @@ -98,7 +98,7 @@
],
"phases": [
"build:related-module",
"dependence:dependence-module",
"dependency:dependence-module",
"test:dependence-module",
"file-change:module"
]
Expand All @@ -125,7 +125,7 @@
],
"phases": [
"build:module",
"dependence:module"
"dependency:module"
]
},
{
Expand Down Expand Up @@ -163,7 +163,7 @@
"phases": [
"build:all",
"breaking-change:all",
"dependence:all",
"dependency:all",
"help:all",
"signature:all"
]
Expand Down Expand Up @@ -193,7 +193,7 @@
"phases": [
"build:all",
"breaking-change:all",
"dependence:all",
"dependency:all",
"help:all",
"signature:all",
"test:all"
Expand All @@ -215,7 +215,7 @@
],
"phases": [
"build:all",
"dependence:all"
"dependency:all"
]
},
{
Expand Down Expand Up @@ -281,7 +281,7 @@
"phases": [
"build:all",
"breaking-change:all",
"dependence:all",
"dependency:all",
"help:all",
"signature:all",
"test:all"
Expand Down

0 comments on commit ba2086f

Please sign in to comment.