update build.ts
This commit is contained in:
@@ -10,8 +10,8 @@ import {
|
||||
uint8ArrayToHexString,
|
||||
writeStringToFile,
|
||||
} from "https://script.hatter.ink/@36/deno-commons-mod.ts";
|
||||
import { parseArgs } from "jsr:@std/cli/parse-args";
|
||||
import { readFileToString } from "https://global.hatter.ink/script/get/@1/deno-commons-1.6.0-mod.ts";
|
||||
import {parseArgs} from "jsr:@std/cli/parse-args";
|
||||
import {readFileToString} from "https://global.hatter.ink/script/get/@1/deno-commons-1.6.0-mod.ts";
|
||||
|
||||
function handleHelp() {
|
||||
console.log(term.auto(`Build scripts to bundle and sign.
|
||||
@@ -133,6 +133,7 @@ async function buildFile(file: string, flags: any) {
|
||||
if (flags.min) {
|
||||
denoBundleArgs.push("--minify");
|
||||
}
|
||||
denoBundleArgs.push("--allow-import");
|
||||
denoBundleArgs.push(file);
|
||||
denoBundleArgs.push("-o");
|
||||
denoBundleArgs.push(bundleFile);
|
||||
@@ -179,5 +180,5 @@ async function buildFile(file: string, flags: any) {
|
||||
|
||||
await main();
|
||||
|
||||
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20260209T013705+08:00.MEQCIHj/WaoXLvfRd2r4TEZ7
|
||||
// neD2hxP6eE9v6bh+wAlNR80bAiBLEqdh5PQC+augiA26bFokQMY6/+Nah4UwgLM00Z6hpg==
|
||||
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20260209T235604+08:00.MEUCIQCrTkAmvn7P/n8fONFi
|
||||
// cpqS5X1+UY+jH+0z/qf1CVy15QIgUv0z4zF0gIuFKWz16/XzGDL1Hae43OEv0qT+h2ooYE8=
|
||||
|
||||
Reference in New Issue
Block a user