Skip to content

Commit

Permalink
fix: try fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigercrl committed Jan 29, 2025
1 parent bebb160 commit 35d387a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: pnpm install --no-frozen-lockfile

- name: Build website
run: cd app/frontend; pnpm build
run: cd apps/frontend; pnpm build

- name: Upload Artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 35d387a

Please sign in to comment.