Skip to content

Commit 6e01cd7

Browse files
committed
Minor property order nit
1 parent f9c41bf commit 6e01cd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/commands/ci/handle-ci.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ export async function handleCi(autoManifest: boolean): Promise<void> {
3838
pendingHead: true,
3939
pullRequest: 0,
4040
reach: {
41-
runReachabilityAnalysis: false,
42-
reachDisableAnalytics: false,
4341
reachAnalysisTimeout: 0,
4442
reachAnalysisMemoryLimit: 0,
43+
reachDisableAnalytics: false,
4544
reachEcosystems: [],
4645
reachExcludePaths: [],
46+
runReachabilityAnalysis: false,
4747
},
4848
repoName,
4949
readOnly: false,

0 commit comments

Comments
 (0)