Update build.yml

This commit is contained in:
Max W. 2024-02-21 23:59:32 +01:00
parent 3450b8f8c7
commit 39c6a0ffdf

View File

@ -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