mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-04 22:16:08 +00:00
fix: update build script
This commit is contained in:
parent
6a4e9c24fe
commit
6e170a791e
5
build.ts
5
build.ts
@ -1,8 +1,11 @@
|
||||
import { build } from "https://deno.land/x/dnt@0.23.0/mod.ts";
|
||||
import { build } from "https://deno.land/x/dnt@0.26.0/mod.ts";
|
||||
|
||||
await Deno.remove("npm", { recursive: true }).catch((_) => {});
|
||||
|
||||
await build({
|
||||
compilerOptions: {
|
||||
lib: ["webworker", "es2020"]
|
||||
},
|
||||
shims: {
|
||||
custom: [
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user