maybe npm install not needed here

This commit is contained in:
nikk gitanes
2021-07-18 15:15:55 +03:00
parent 9bf959e184
commit 7fa90615e1

View File

@@ -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