mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
maybe npm install not needed here
This commit is contained in:
@@ -41,9 +41,9 @@ 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 install --silent
|
||||||
cd "${ROOT}"
|
# cd "${ROOT}"
|
||||||
$GOBIN run gen_web.go || exit 1
|
$GOBIN run gen_web.go || exit 1
|
||||||
|
|
||||||
#### Build server
|
#### Build server
|
||||||
|
|||||||
Reference in New Issue
Block a user