Skip to content

Commit

Permalink
fix: action build
Browse files Browse the repository at this point in the history
  • Loading branch information
micovi committed May 13, 2024
1 parent 807c791 commit e1856e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- name: Install dependencies
run: bun install
- name: Build nextjs
run: bun run build
run: cd apps/web && bun run build

0 comments on commit e1856e8

Please sign in to comment.