chore: uncomment

pull/4216/head
mehmet-erim 5 years ago
parent f3fa7be781
commit d7b5ca5bbf

@ -2,10 +2,10 @@ import execa from 'execa';
import fse from 'fs-extra'; import fse from 'fs-extra';
(async () => { (async () => {
// await execa('yarn', ['ng', 'build', '--prod'], { await execa('yarn', ['ng', 'build', '--prod'], {
// stdout: 'inherit', stdout: 'inherit',
// cwd: '..', cwd: '..',
// }); });
await execa('yarn', ['install', '--ignore-scripts'], { await execa('yarn', ['install', '--ignore-scripts'], {
stdout: 'inherit', stdout: 'inherit',

Loading…
Cancel
Save