From 4218c6d9ff4b4cb7afbd625e89480689801668b3 Mon Sep 17 00:00:00 2001 From: Igor Morozov Date: Thu, 25 Jul 2024 18:20:42 +0300 Subject: [PATCH] chore: remove publish script from package.json --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 4432bfd..f24ac21 100644 --- a/package.json +++ b/package.json @@ -29,8 +29,7 @@ "scripts": { "test": "bun test", "build": "bun build.ts", - "lint": "biome lint", - "release": "npm run build && npm run test && npm publish --access public" + "lint": "biome lint" }, "devDependencies": { "@biomejs/biome": "^1.8.3",