Build script cleanup

For #277526

Quick cleanup pass after converting these scripts
This commit is contained in:
Matt Bierner
2025-11-24 14:07:28 -08:00
parent 84f778cf5a
commit e779f86b17
17 changed files with 37 additions and 49 deletions

View File

@@ -65,7 +65,7 @@ function main(): Promise<void> {
prefix: `sourcemaps/${commit}/`
}))
.on('end', () => c())
.on('error', (err: any) => e(err));
.on('error', (err) => e(err));
});
}