mirror of
https://github.com/openziti/zrok.git
synced 2024-12-22 23:02:52 +01:00
vite build refactoring (#221)
This commit is contained in:
parent
62e75e9c1f
commit
03c2f1e1a6
6
.github/workflows/ci-build.yml
vendored
6
.github/workflows/ci-build.yml
vendored
@ -43,14 +43,14 @@ jobs:
|
||||
env:
|
||||
CI: "true"
|
||||
|
||||
- name: install vite
|
||||
- name: install agent ui node modules
|
||||
shell: bash
|
||||
run: npm install -g vite
|
||||
run: npm install
|
||||
working-directory: agent/agentUi
|
||||
|
||||
- name: build agent ui
|
||||
shell: bash
|
||||
run: vite build
|
||||
run: npm run build
|
||||
working-directory: agent/agentUi
|
||||
|
||||
- name: go install
|
||||
|
Loading…
Reference in New Issue
Block a user