1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-18 23:42:25 +02:00

Fixes for react release

This commit is contained in:
David Bomba 2024-07-29 11:10:30 +10:00
parent 17e9998fd2
commit b08f7d6617

View File

@ -53,7 +53,7 @@ jobs:
npm i
npm run build
cp -r dist/* ../public/
mv public/index.html ../resources/views/react/index.blade.php
mv ../public/index.html ../resources/views/react/index.blade.php
- name: Prepare JS/CSS assets
run: |