mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-09 20:52:56 +01:00
Update react build to place js resources in root folder
This commit is contained in:
parent
ab1251c7bb
commit
4e7c03a5ad
1
.github/workflows/react_release.yml
vendored
1
.github/workflows/react_release.yml
vendored
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user