Fixes for react release

This commit is contained in:
David Bomba 2024-07-29 10:15:22 +10:00
parent d7960422a6
commit cc99343291

View File

@ -53,7 +53,7 @@ jobs:
npm i
npm run build
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
run: |