mirror of
https://github.com/openziti/zrok.git
synced 2025-06-19 17:27:54 +02: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:
|
env:
|
||||||
CI: "true"
|
CI: "true"
|
||||||
|
|
||||||
- name: install vite
|
- name: install agent ui node modules
|
||||||
shell: bash
|
shell: bash
|
||||||
run: npm install -g vite
|
run: npm install
|
||||||
working-directory: agent/agentUi
|
working-directory: agent/agentUi
|
||||||
|
|
||||||
- name: build agent ui
|
- name: build agent ui
|
||||||
shell: bash
|
shell: bash
|
||||||
run: vite build
|
run: npm run build
|
||||||
working-directory: agent/agentUi
|
working-directory: agent/agentUi
|
||||||
|
|
||||||
- name: go install
|
- name: go install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user