Skip to content

Commit 6b8b345

Browse files
committed
Simplify frontend setup: streamline npm installation process in setup script
Signed-off-by: Andre Bossard <anbossar@microsoft.com>
1 parent 32a9b70 commit 6b8b345

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

setup.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,7 @@ echo "⚛️ Setting up React frontend..."
9696
cd frontend
9797

9898
echo "Installing frontend npm dependencies..."
99-
if [ -f "package-lock.json" ]; then
100-
npm ci
101-
else
102-
npm install
103-
fi
99+
npm install
104100

105101
info "Frontend setup complete"
106102
cd ..

0 commit comments

Comments
 (0)