diff --git a/build-all.sh b/build-all.sh index fe34c8c..59ffa8a 100755 --- a/build-all.sh +++ b/build-all.sh @@ -41,9 +41,9 @@ OUTPUT="${ROOT}/dist/TorrServer" #### Build web echo "Build web" - cd "${ROOT}/web" || exit 1 - npm install --silent - cd "${ROOT}" +# cd "${ROOT}/web" || exit 1 +# npm install --silent +# cd "${ROOT}" $GOBIN run gen_web.go || exit 1 #### Build server