Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Update azure-static-web-apps-happy-smoke-04015f200.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cher1shRXD committed Aug 26, 2024
1 parent 82f0abf commit a147fa4
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
echo "$HOME/.bun/bin" >> $GITHUB_PATH
- name: Install dependencies
run: bun install
run: |
cd ./web
bun install
- name: Build the app
run: bun run build
Expand Down

0 comments on commit a147fa4

Please sign in to comment.