Update frontend build and copy step in Go Release workflow
This commit is contained in:
parent
632baef054
commit
e598e25bec
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue