From cce05c16658a39d091f658bdb53dcce1e88c66d0 Mon Sep 17 00:00:00 2001 From: Kit Langton Date: Wed, 15 Apr 2026 22:01:53 -0400 Subject: fix: clean up 49 unused variables, catch params, and stale imports (#22695) --- script/publish.ts | 28 ---------------------------- 1 file changed, 28 deletions(-) (limited to 'script/publish.ts') diff --git a/script/publish.ts b/script/publish.ts index 3889845fa..ac0af9c4e 100755 --- a/script/publish.ts +++ b/script/publish.ts @@ -4,34 +4,6 @@ import { Script } from "@opencode-ai/script" import { $ } from "bun" import { fileURLToPath } from "url" -const highlightsTemplate = ` - - - - -` - console.log("=== publishing ===\n") const pkgjsons = await Array.fromAsync( -- cgit v1.2.3