Skip to content

Commit

Permalink
fix(ci): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihoub2 committed Sep 17, 2024
1 parent b613b04 commit 8e9399c
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 @@ -22,8 +22,8 @@ jobs:

- name: Build client (Vite.js)
run: |
cd client
npm ci
cd client
npm run build --emptyOutDir --outDir '../server/public'
- name: Build server (Bun)
Expand Down

0 comments on commit 8e9399c

Please sign in to comment.