Update Go Release workflow to use "npm run build-selfhosted" for frontend build

This commit is contained in:
Mo Tarbin 2024-07-28 18:59:07 -04:00
parent 89f0e63cd9
commit a65da84f08

View file

@ -31,7 +31,7 @@ jobs:
- name: Build Frontend
run: |
cd frontend-code
npm run build --mode selfhosted
npm run build-selfhosted
- name: Copy Frontend
run: |