Fixes for react release
This commit is contained in:
parent
17e9998fd2
commit
b08f7d6617
|
|
@ -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