Skip to content

Commit eab56eb

Browse files
authored
Update fullstack_mega_manager.sh
1 parent 278ccc7 commit eab56eb

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

fullstack_mega_manager.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,15 @@ if [ "$1" = "--setup" ]; then
2525
exit 0
2626
fi
2727

28+
# Handle --setup-deps
29+
if [[ "$1" == "--setup-deps" ]]; then
30+
echo "🔹 Running npm install for backend and frontend..."
31+
./scripts/install-deps.sh
32+
echo "✅ Dependencies installed successfully"
33+
exit 0
34+
fi
35+
36+
2837
# -----------------------------
2938
# Handle --reset
3039
# -----------------------------

0 commit comments

Comments
 (0)