mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for react release
This commit is contained in:
parent
d7960422a6
commit
cc99343291
2
.github/workflows/react_release.yml
vendored
2
.github/workflows/react_release.yml
vendored
@ -53,7 +53,7 @@ jobs:
|
|||||||
npm i
|
npm i
|
||||||
npm run build
|
npm run build
|
||||||
cp -r dist/* ../public/
|
cp -r dist/* ../public/
|
||||||
mv dist/index.html ../resources/views/react/index.blade.php
|
mv public/index.html ../resources/views/react/index.blade.php
|
||||||
|
|
||||||
- name: Prepare JS/CSS assets
|
- name: Prepare JS/CSS assets
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user