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:
|
with:
|
||||||
node-version: "24"
|
node-version: "24"
|
||||||
|
|
||||||
|
- name: Install Backend Dependencies
|
||||||
|
run: npm install --production
|
||||||
|
|
||||||
- name: Install Frontend Dependencies
|
- name: Install Frontend Dependencies
|
||||||
run: |
|
run: |
|
||||||
cd frontend
|
cd frontend
|
||||||
@@ -35,6 +38,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Success
|
- name: Success
|
||||||
run: |
|
run: |
|
||||||
echo "✅ Frontend built successfully!"
|
echo "✅ Build complete!"
|
||||||
echo "📦 Build output: frontend/dist/"
|
echo "📦 Backend dependencies installed"
|
||||||
echo "🎨 Ready for manual deployment"
|
echo "🎨 Frontend built: frontend/dist/"
|
||||||
|
echo "🚀 Ready for manual deployment"
|
||||||
|
|||||||
Reference in New Issue
Block a user