From 3b6ce07db8614bbbd491d3b8096385df4c00ce18 Mon Sep 17 00:00:00 2001 From: Khalil Date: Sat, 4 Jul 2026 10:54:44 +0000 Subject: [PATCH] Remove frontend npm install step --- .gitea/workflows/deploy.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 63f200c..6bc5b15 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -24,9 +24,6 @@ jobs: - name: Install dependencies and test API working-directory: ./api run: npm install && node -c server.js - - name: Install dependencies and test Frontend - working-directory: ./frontend - run: npm install scan: runs-on: ubuntu-latest