new changes

This commit is contained in:
Niranjan
2026-04-07 05:12:03 +05:30
parent a18bba15f2
commit 1aba57e5ad
2 changed files with 4 additions and 2 deletions

View File

@@ -249,6 +249,8 @@ echo ""
echo "[4/6] Building frontend..."
cd "$INSTALL_PATH/frontend"
npm install --silent
# npm life-cycle scripts often shell-exec node_modules/.bin/* — fails on noexec or missing +x.
chmod +x node_modules/.bin/* 2>/dev/null || true
npm run build
echo ""