Skip to content

Commit

Permalink
ci: use bun --production mode instead
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz committed Dec 10, 2024
1 parent 0b2e3f3 commit be6ce75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0
- uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install --frozen-lockfile
run: bun install --frozen-lockfile --production
- name: Build website
run: bun run build
- name: Upload Build Artifact
Expand Down

0 comments on commit be6ce75

Please sign in to comment.