Skip to content
Snippets Groups Projects
Commit 5c1d6fa5 authored by Phil Harris's avatar Phil Harris
Browse files

fix: update build task dependencies and output binary name

parent fde0d36a
Branches
No related tags found
No related merge requests found
......@@ -6,9 +6,9 @@ tasks:
build:
desc: Build the binary
deps: [templ1, tidy]
deps: [templ, tidy, tw]
cmds:
- go build -o ./bin/zero
- go build -o ./bin/socket
templ: templ generate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment