update build.ts
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#!/usr/bin/env runts -- --allow-all
|
||||
|
||||
import {
|
||||
execCommandAndStdout,
|
||||
execCommandShell,
|
||||
existsPath,
|
||||
log,
|
||||
@@ -11,7 +12,6 @@ import {
|
||||
} from "https://script.hatter.ink/@35/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 {execCommandAndStdout} from "../libraries/deno-commons-mod.ts";
|
||||
|
||||
async function main() {
|
||||
const flags = parseArgs(Deno.args, {
|
||||
@@ -164,5 +164,5 @@ async function buildFile(file: string, flags: any) {
|
||||
|
||||
await main();
|
||||
|
||||
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20260209T005851+08:00.MEQCIDd33gREmm1CEKO83ZBC
|
||||
// B3iYNDB5hcaPuiUyH5TGR7VBAiBsxkw+GcD0fPpxTj2Yi43VFx/6YAT8L5HA7p9VEZwxdA==
|
||||
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20260209T010054+08:00.MEYCIQD6vk5cA8zttDLbs4Le
|
||||
// V4Yd9z5bjTaQzw3TikZibSEI0gIhAJyPmDv0b5Vh0fFPxh3SMj3F3MWtb/23Frq31pqfOtCB
|
||||
|
||||
Reference in New Issue
Block a user