mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-09 12:42:36 +01:00
Fixes for react release
This commit is contained in:
parent
17e9998fd2
commit
b08f7d6617
2
.github/workflows/react_release.yml
vendored
2
.github/workflows/react_release.yml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user