From d7b5ca5bbf8fb987bb8f993483b90f227c6c0d9f Mon Sep 17 00:00:00 2001 From: mehmet-erim Date: Thu, 4 Jun 2020 16:31:59 +0300 Subject: [PATCH] chore: uncomment --- npm/ng-packs/scripts/prod-build.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/npm/ng-packs/scripts/prod-build.ts b/npm/ng-packs/scripts/prod-build.ts index 0923601529..33f2aa2c44 100644 --- a/npm/ng-packs/scripts/prod-build.ts +++ b/npm/ng-packs/scripts/prod-build.ts @@ -2,10 +2,10 @@ import execa from 'execa'; import fse from 'fs-extra'; (async () => { - // await execa('yarn', ['ng', 'build', '--prod'], { - // stdout: 'inherit', - // cwd: '..', - // }); + await execa('yarn', ['ng', 'build', '--prod'], { + stdout: 'inherit', + cwd: '..', + }); await execa('yarn', ['install', '--ignore-scripts'], { stdout: 'inherit',