removing await to keep building process compatibility with node12 (current debian stable)

This commit is contained in:
Sebastian 2022-06-26 17:29:35 -03:00
parent ccd289904d
commit d7dfdb1e27
No known key found for this signature in database
GPG Key ID: BE4FF68352439FC1

View File

@ -94,7 +94,7 @@ export const buildConfig = {
],
}
await esbuild
esbuild
.build(buildConfig)
.catch((e) => {
console.log(e)