From 7583c61400fd5d4fc5db22b708f9371a9abeb36d Mon Sep 17 00:00:00 2001 From: Marek Cifra Date: Mon, 24 Jun 2024 14:56:40 +0200 Subject: [PATCH] edit of main.yml --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6d3d8dc..fa50215 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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