Skip to content

Commit

Permalink
fix(ci): delete emptytoutdir from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihoub2 committed Sep 17, 2024
1 parent de4cfb7 commit 3266d22
Showing 1 changed file with 1 addition and 1 deletion.
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: |
cd client
npm ci
npm run build --emptyOutDir --outDir '../server/public'
npm run build
- name: Build server (Bun)
run: |
Expand Down

0 comments on commit 3266d22

Please sign in to comment.