Skip to content

Commit

Permalink
fix(ci): workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihoub2 committed Sep 17, 2024
1 parent e2c2906 commit b613b04
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 @@ -23,7 +23,7 @@ jobs:
- name: Build client (Vite.js)
run: |
cd client
npm i
npm ci
npm run build --emptyOutDir --outDir '../server/public'
- name: Build server (Bun)
Expand Down

0 comments on commit b613b04

Please sign in to comment.