Add backend npm install to workflow
All checks were successful
Build Frontend / Build Frontend (push) Successful in 17s

This commit is contained in:
2026-01-11 00:45:53 +00:00
parent 72e04a6258
commit cbc2febe55

View File

@@ -19,6 +19,9 @@ jobs:
with:
node-version: "24"
- name: Install Backend Dependencies
run: npm install --production
- name: Install Frontend Dependencies
run: |
cd frontend
@@ -35,6 +38,7 @@ jobs:
- name: Success
run: |
echo "✅ Frontend built successfully!"
echo "📦 Build output: frontend/dist/"
echo "🎨 Ready for manual deployment"
echo "✅ Build complete!"
echo "📦 Backend dependencies installed"
echo "🎨 Frontend built: frontend/dist/"
echo "🚀 Ready for manual deployment"