From 94ad362364dd7c00dbc3aa2d885ff09d17c7b7a8 Mon Sep 17 00:00:00 2001 From: planetabhi <1704622+planetabhi@users.noreply.github.com> Date: Sun, 16 Aug 2026 21:49:16 +0530 Subject: [PATCH] Add pack script for local packaging --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c8133bc..3af6292 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,8 @@ "scripts": { "start": "bun run index.ts", "test": "bun test", - "typecheck": "tsc --noEmit" + "typecheck": "tsc --noEmit", + "pack": "bun pm pack" }, "dependencies": { "pixelmatch": "^7.2.0",