remove await

This commit is contained in:
Cory LaViska
2023-06-07 16:14:32 -04:00
parent ca8ba2d16b
commit 6f44b6ffa6

View File

@@ -7,4 +7,4 @@ import commandLineArgs from 'command-line-args';
const { outdir } = commandLineArgs({ name: 'outdir', type: String }); const { outdir } = commandLineArgs({ name: 'outdir', type: String });
await execSync(`cem analyze --litelement --outdir "${outdir}"`, { stdio: 'inherit' }); execSync(`cem analyze --litelement --outdir "${outdir}"`, { stdio: 'inherit' });