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",