Skip to content

Commit

Permalink
edit of main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciframa committed Jun 24, 2024
1 parent 1faf206 commit 7583c61
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
with:
node-version: '14'

- name: Navigate to frontend directory
run: cd Fitmo_frontend # Adjust this to your frontend directory path

- name: Install dependencies and build Frontend
run: |
npm install
Expand Down

0 comments on commit 7583c61

Please sign in to comment.