Update frontend build and copy step in Go Release workflow

This commit is contained in:
Mo Tarbin 2024-07-25 00:27:32 -04:00
parent 632baef054
commit e598e25bec
1 changed files with 2 additions and 2 deletions

View File

@ -26,11 +26,11 @@ jobs:
node-version: '16'
- name: Install Dependencies
run: |
cd frontend
cd frontend-code
npm install
- name: Build Frontend
run: |
cd frontend
cd frontend-code
npm run build
- name: Copy Frontend
run: |