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