From 4e7c03a5ad7c69cb58b1e5bc2fb09b08c4a1e28f Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 5 Jun 2024 15:07:13 +1000 Subject: [PATCH] Update react build to place js resources in root folder --- .github/workflows/react_release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/react_release.yml b/.github/workflows/react_release.yml index 719c5759501..ea19541fcb7 100644 --- a/.github/workflows/react_release.yml +++ b/.github/workflows/react_release.yml @@ -44,6 +44,7 @@ jobs: git clone https://${{secrets.commit_secret}}@github.com/invoiceninja/ui.git cd ui git checkout develop + cp ../vite.config.ts.react ./vite.config.ts npm i npm run build cp -r dist/* ../public/