Skip to content

Commit

Permalink
Update react build to place js resources in root folder
Browse files Browse the repository at this point in the history
  • Loading branch information
turbo124 committed Jun 5, 2024
1 parent ab1251c commit 4e7c03a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/react_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 4e7c03a

Please sign in to comment.