fix fresh web build

This commit is contained in:
nikk gitanes
2021-06-05 16:40:07 +03:00
parent 8f91e087db
commit ecb2403bf6

View File

@@ -34,6 +34,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/"