removing await to keep building process compatibility with node12 (current debian stable)
This commit is contained in:
parent
ccd289904d
commit
d7dfdb1e27
@ -94,7 +94,7 @@ export const buildConfig = {
|
|||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
await esbuild
|
esbuild
|
||||||
.build(buildConfig)
|
.build(buildConfig)
|
||||||
.catch((e) => {
|
.catch((e) => {
|
||||||
console.log(e)
|
console.log(e)
|
||||||
|
Loading…
Reference in New Issue
Block a user