diff --git a/package.json b/package.json index f64cbdd..c20a85e 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "docs:dev": "bun --filter 'docs' docs:dev", "docs:build": "bun --filter 'docs' docs:build", "build": "bun --filter 'next-auth-oauth' build", - "release": "bun --filter 'next-auth-oauth' publish", + "release": "bun --filter 'next-auth-oauth' release", "dev": "bun --filter '{next-auth-oauth,example}' dev" }, "keywords": [], diff --git a/packages/next-auth-oauth/package.json b/packages/next-auth-oauth/package.json index cd92f7b..9b92b25 100644 --- a/packages/next-auth-oauth/package.json +++ b/packages/next-auth-oauth/package.json @@ -12,7 +12,7 @@ "scripts": { "build": "tsc", "dev": "tsc -w", - "release": "rollup -c && npm publish" + "release": "bun publish" }, "keywords": [ "nextjs",