mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Fixes for react build
This commit is contained in:
parent
86d7407ff7
commit
796fbc6a6f
3
.github/workflows/react_release.yml
vendored
3
.github/workflows/react_release.yml
vendored
@ -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/
|
||||
@ -61,6 +61,7 @@ jobs:
|
||||
sudo rm -rf node_modules
|
||||
sudo rm -rf .git
|
||||
sudo rm .env
|
||||
sudo rm -rf ui
|
||||
|
||||
- name: Build project
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user