From 8ec81cf547a3ceebb41da652991883684f62216e Mon Sep 17 00:00:00 2001 From: HorizonCode Date: Fri, 10 Jan 2025 16:03:08 +0100 Subject: [PATCH] add publish script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d9fd198..52f23aa 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "module": "index.ts", "type": "module", "scripts": { - "lint": "bunx biome check --write" + "lint": "bunx biome check --write", + "publish": "npm publish --scope=ezppfarm" }, "devDependencies": { "@biomejs/biome": "1.9.4",