Skip to content

Commit

Permalink
fix: 改成release
Browse files Browse the repository at this point in the history
  • Loading branch information
liuhuapiaoyuan committed Oct 12, 2024
1 parent 852869b commit db68239
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/next-auth-oauth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"scripts": {
"build": "tsc",
"dev": "tsc -w",
"release": "rollup -c && npm publish"
"release": "bun publish"
},
"keywords": [
"nextjs",
Expand Down

0 comments on commit db68239

Please sign in to comment.