This commit is contained in:
nikk gitanes
2021-07-09 12:40:31 +03:00

View File

@@ -33,10 +33,7 @@ OUTPUT="${ROOT}/dist/TorrServer"
#### Build web
echo "Build web"
cd "${ROOT}/web" || exit 1
npm install --silent
npm run --silent build-js
cp "${ROOT}/web/dest/index.html" "${ROOT}/server/web/pages/template/pages/"
$GOBIN run gen_web.go || exit 1
#### Build server
echo "Build server"