From 39c6a0ffdfb342a47b4199449ef748aa07976e8d Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 21 Feb 2024 23:59:32 +0100 Subject: [PATCH] Update build.yml --- .gitea/workflows/build.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index ebd1f40..8e5b9eb 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -18,6 +18,13 @@ jobs: java-version: '21' distribution: 'temurin' + - name: Build frontend + run: | + cd frontend + npm install + npm run build + cd .. + - name: Grant execute permission for gradlew run: chmod +x ./gradlew