From 3b9460eacfd24996efe8a9b0f0693a6c66843eb5 Mon Sep 17 00:00:00 2001 From: ngoc Date: Mon, 26 Jan 2026 10:33:58 +0700 Subject: [PATCH] chore: commands --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 875a9d5..07357aa 100644 --- a/package.json +++ b/package.json @@ -44,6 +44,7 @@ "minor": "npm version minor", "major": "npm version major", "dev": "bun run index.ts", + "public":"npm publish --access public", "start": "bun run index.ts", "test": "bun test ./tests --exclude alkahest-ts/** ", "setup": "bun run cli/index.ts dev",