Updated @types/node to v14, fixed TS breaking with changes

This commit is contained in:
Rupenieks
2020-08-12 12:19:41 +02:00
parent 3ef6f031ec
commit a69098a096
10 changed files with 12 additions and 9 deletions

View File

@@ -83,7 +83,9 @@ export async function buildFiles (options?: IBuildOptions): Promise<string> {
// 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