vite build refactoring (#221)

This commit is contained in:
Michael Quigley 2024-10-04 12:10:53 -04:00
parent 62e75e9c1f
commit 03c2f1e1a6
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -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