Browse Source

chore: uncomment

pull/4216/head
mehmet-erim 6 years ago
parent
commit
d7b5ca5bbf
  1. 8
      npm/ng-packs/scripts/prod-build.ts

8
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',

Loading…
Cancel
Save