diff --git a/package.json b/package.json index e648d00..05f9121 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "dev": "unbuild --stub", "lint": "eslint .", "prepublishOnly": "nr build", - "release": "bumpp && npm publish", + "release": "bumpp && npm publish --access=public", "start": "esno src/index.ts", "test": "vitest", "typecheck": "tsc --noEmit",