From 9e03d38006d907b25b62ce17f316206a38c87ed8 Mon Sep 17 00:00:00 2001 From: Mihoub Date: Tue, 17 Sep 2024 09:26:38 +0200 Subject: [PATCH] fix(ci): update workflow --- .github/workflows/staging.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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: |