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"