Skip to content

Commit

Permalink
bun correction in gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
noahgsolomon committed Jul 27, 2024
1 parent c09bb02 commit 99daafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
bun-version: latest

- name: Install Dependencies
run: bun ci
run: bun install --frozen-lockfile

- name: SST Deploy
run: bunx sst deploy --stage production
Expand Down

0 comments on commit 99daafb

Please sign in to comment.