new changes
This commit is contained in:
@@ -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 ""
|
||||
|
||||
Reference in New Issue
Block a user