Add backend npm install to workflow
All checks were successful
Build Frontend / Build Frontend (push) Successful in 17s
All checks were successful
Build Frontend / Build Frontend (push) Successful in 17s
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user