Skip to content

Commit

Permalink
Stop using dagger for local ui build
Browse files Browse the repository at this point in the history
  • Loading branch information
kthomas committed Jan 19, 2024
1 parent 2177f3f commit 680646f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@ tasks:
- go build -tags netgo -ldflags '-extldflags "-static"'

ui:
dir: ui
dir: ui/web
cmds:
- go run web/build/main.go ./web
- curl -fsSL https://get.pnpm.io/install.sh | sh -
- pnpm install
- pnpm build

build:
deps: [agent, ui, nex, echo-service]

0 comments on commit 680646f

Please sign in to comment.