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 3fa33f3 commit 9e03d38
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@ jobs:
- name: Build client (Vite.js)
run: |
npm i --prefix client
npm run build --prefix client
- name: Move client build to server
run: mv client/dist/* server/public/
npm run build --prefix client --emptyOutDir --outDir '../server/public'
- name: Build server (Bun)
run: |
Expand Down

0 comments on commit 9e03d38

Please sign in to comment.