diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index 86a7cc3..404ebe9 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -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: |