From 7900d41d007623791254a5b05fa06ea0aaff86c0 Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Mon, 12 Feb 2024 16:49:40 -0500 Subject: [PATCH] debug instead --- scripts/src/sync-repos.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/src/sync-repos.ts b/scripts/src/sync-repos.ts index b134a3923..fd840f5b4 100644 --- a/scripts/src/sync-repos.ts +++ b/scripts/src/sync-repos.ts @@ -9,7 +9,7 @@ export default async function() { // await execLive([gitSubrepoBin, 'fetch', '--all']) // Push to subrepos. Will fail if our copies are not up-to-date - await execLive([gitSubrepoBin, 'push', '--all', '--verbose']) + await execLive([gitSubrepoBin, 'push', '--all', '--debug']) // Push the git-subrepo meta-file updates back to our remote await execLive(['git', 'push'])