mirror of
https://github.com/shoelace-style/shoelace.git
synced 2026-01-12 02:59:13 +00:00
remove await
This commit is contained in:
@@ -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' });
|
||||||
|
|||||||
Reference in New Issue
Block a user