Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihoub2 committed Sep 17, 2024
1 parent db35f60 commit b9cbd91
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,12 @@ jobs:

- name: Build client (Vite.js)
run: |
npm ci
cd client
npm run build --emptyOutDir --outDir '../server/public'
npm ci
npm run build --emptyOutDir --outDir '../../server/public'
- name: List files in public
run: ls -R server/public

- name: Build server (Bun)
run: |
Expand Down

0 comments on commit b9cbd91

Please sign in to comment.