chore: Remove unused @ts-ignore's (no-changelog) (#12198)

This commit is contained in:
Charlie Kolb
2024-12-18 08:35:53 +01:00
committed by GitHub
parent 5d33a6ba8a
commit 54b02acdd7
49 changed files with 2 additions and 67 deletions

View File

@@ -85,9 +85,7 @@ export async function buildFiles({
// Forward the output of the child process to the main one
// that the user can see what is happening
// @ts-ignore
buildProcess.stdout.pipe(process.stdout);
// @ts-ignore
buildProcess.stderr.pipe(process.stderr);
// Make sure that the child process gets also always terminated