Skip to content

Commit

Permalink
fix: build命令调整
Browse files Browse the repository at this point in the history
  • Loading branch information
liuhuapiaoyuan committed Oct 12, 2024
1 parent 11a211a commit e7facd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: oven-sh/setup-bun@v2

- name: install app dependencies and build it
run: bun i && bun build
run: bun i && bun run build

- name: publish to npm
run: bun --filter 'next-auth-oauth' publish
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"scripts": {
"docs:dev": "bun --filter 'docs' docs:dev",
"docs:build": "bun --filter 'docs' docs:build",
"release": "bun --filter 'next-auth-oauth' release",
"build": "bun --filter 'next-auth-oauth' build",
"dev": "bun --filter '{next-auth-oauth,example}' dev"
},
"keywords": [],
Expand Down

0 comments on commit e7facd1

Please sign in to comment.