mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
fix fresh web build
This commit is contained in:
@@ -34,6 +34,7 @@ OUTPUT="${ROOT}/dist/TorrServer"
|
|||||||
#### Build web
|
#### Build web
|
||||||
echo "Build web"
|
echo "Build web"
|
||||||
cd "${ROOT}/web" || exit 1
|
cd "${ROOT}/web" || exit 1
|
||||||
|
npm install --silent
|
||||||
npm run --silent build-js
|
npm run --silent build-js
|
||||||
cp "${ROOT}/web/dest/index.html" "${ROOT}/server/web/pages/template/pages/"
|
cp "${ROOT}/web/dest/index.html" "${ROOT}/server/web/pages/template/pages/"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user