diff --git a/package.json b/package.json index e665cf3..3d2288d 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "scripts": { "build": "tsup", "test": "vitest", - "ci:publish": "npm run build && npm publish --access=public" + "prepublishOnly": "npm run build" }, "license": "MIT", "type": "module", @@ -62,4 +62,4 @@ "peerDependencies": { "viem": "^2.0.3" } -} +} \ No newline at end of file