From db6823978638ea07d011b03aabcc1b2544da3e17 Mon Sep 17 00:00:00 2001 From: liuhuapiaoyuan <278780765@qq.com> Date: Sat, 12 Oct 2024 15:08:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=94=B9=E6=88=90release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- packages/next-auth-oauth/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",