Skip to content

Commit

Permalink
Fixes for react build
Browse files Browse the repository at this point in the history
  • Loading branch information
turbo124 committed Jun 5, 2024
1 parent 86d7407 commit 796fbc6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/react_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +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
cp ../vite.config.ts.react ./vite.config.js
npm i
npm run build
cp -r dist/* ../public/
Expand All @@ -61,7 +61,8 @@ jobs:
sudo rm -rf node_modules
sudo rm -rf .git
sudo rm .env
sudo rm -rf ui
- name: Build project
run: |
shopt -s dotglob
Expand Down

0 comments on commit 796fbc6

Please sign in to comment.