fix taskfile

This commit is contained in:
maddalax 2024-10-10 09:30:37 -05:00
parent b8dbcd4262
commit 7fd213ccab
2 changed files with 8 additions and 8 deletions

View file

@ -3,14 +3,14 @@ version: '3'
tasks: tasks:
run: run:
cmds: cmds:
- go run github.com/maddalax/htmgo/cli@latest run - htmgo run
silent: true silent: true
build: build:
cmds: cmds:
- go run github.com/maddalax/htmgo/cli/htmgo@latest build - htmgo build
watch: watch:
cmds: cmds:
- go run github.com/maddalax/htmgo/cli@latest watch - htmgo watch
silent: true silent: true

View file

@ -3,12 +3,12 @@ version: '3'
tasks: tasks:
run: run:
cmds: cmds:
- go run github.com/maddalax/htmgo/cli/htmgo@latest run - htmgo run
silent: true silent: true
build: build:
cmds: cmds:
- go run github.com/maddalax/htmgo/cli/htmgo@latest build - htmgo build
docker: docker:
cmds: cmds:
@ -16,5 +16,5 @@ tasks:
watch: watch:
cmds: cmds:
- go run github.com/maddalax/htmgo/cli/htmgo@latest watch - htmgo watch
silent: true silent: true