Skip to content

Commit

Permalink
fix(app) : 패키지를 설치하지 않아 생기는 빌드 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sunub committed Feb 6, 2024
1 parent e1f4031 commit 622ed2a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build nextjs projects
name: Build nextjs with bun projects
on:
push:
branches: ["dev"]
Expand Down
Binary file modified bun.lockb
Binary file not shown.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"@types/react-dom": "18.2.5",
"@vercel/analytics": "^1.1.0",
"@vercel/postgres": "^0.7.2",
"bcrypt": "^5.1.1",
"clsx": "^2.0.0",
"cross-env": "^7.0.3",
"dotenv": "^16.4.1",
Expand Down

0 comments on commit 622ed2a

Please sign in to comment.