Update build.yml

This commit is contained in:
Max W. 2024-02-22 00:01:27 +01:00
parent 39c6a0ffdf
commit a9da72cdcf

View File

@ -20,6 +20,7 @@ jobs:
- name: Build frontend
run: |
npm install -g npm@latest
cd frontend
npm install
npm run build