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 Deno.remove("npm", { recursive: true }).catch((_) => {});
|
||||||
|
|
||||||
await build({
|
await build({
|
||||||
|
compilerOptions: {
|
||||||
|
lib: ["webworker", "es2020"]
|
||||||
|
},
|
||||||
shims: {
|
shims: {
|
||||||
custom: [
|
custom: [
|
||||||
{
|
{
|
||||||
|
2
egg.json
2
egg.json
@ -5,7 +5,7 @@
|
|||||||
"description": "A brand new bleeding edge non bloated Discord library",
|
"description": "A brand new bleeding edge non bloated Discord library",
|
||||||
"homepage": "https://github.com/oasisjs/biscuit",
|
"homepage": "https://github.com/oasisjs/biscuit",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"releaseType": "minor",
|
"releaseType": "patch",
|
||||||
"unstable": false,
|
"unstable": false,
|
||||||
"unlisted": false,
|
"unlisted": false,
|
||||||
"files": [
|
"files": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user