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' node-version: '16'
- name: Install Dependencies - name: Install Dependencies
run: | run: |
cd frontend cd frontend-code
npm install npm install
- name: Build Frontend - name: Build Frontend
run: | run: |
cd frontend cd frontend-code
npm run build npm run build
- name: Copy Frontend - name: Copy Frontend
run: | run: |