Skip to content

Commit

Permalink
fix(ci): update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihoub2 committed Sep 17, 2024
1 parent 7448cda commit e2c2906
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:

- name: Build client (Vite.js)
run: |
npm i --prefix client
npm run build --prefix client
cp -r client/dist/* server/public/
cd client
npm i
npm run build --emptyOutDir --outDir '../server/public'
- name: Build server (Bun)
run: |
Expand Down

0 comments on commit e2c2906

Please sign in to comment.