Skip to content

Commit

Permalink
debug instead
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Feb 12, 2024
1 parent 0ad67a2 commit 7900d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/src/sync-repos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'])
Expand Down

0 comments on commit 7900d41

Please sign in to comment.