From c5d43734147ad5e1338596ff9720fdd019a07b2e Mon Sep 17 00:00:00 2001 From: Grzegorz Krajniak Date: Mon, 11 May 2026 11:26:02 +0200 Subject: [PATCH] Remove prepublishOnly script from package.json --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 8715def..97d26b8 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,6 @@ "copy-templates": "node scripts/copy-templates.js", "dev": "tsc --watch", "start": "node dist/index.js", - "prepublishOnly": "npm run build", "test": "npm run test:unit && npm run test:integration", "test:unit": "vitest run --config vitest.config.ts", "test:integration": "vitest run --config vitest.integration.config.ts"