Skip to content

Commit

Permalink
fix(ci): workflow and update
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihoub2 committed Sep 17, 2024
1 parent 8f17862 commit 28047fa
Show file tree
Hide file tree
Showing 3 changed files with 1,563 additions and 625 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
npm ci
cd client
npm run build --emptyOutDir --outDir '../server/public'
npm run build --emptyOutDir --outDir './server/public'
- name: Build server (Bun)
run: |
Expand Down
Loading

0 comments on commit 28047fa

Please sign in to comment.