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:
run:
cmds:
- go run github.com/maddalax/htmgo/cli@latest run
- htmgo run
silent: true
build:
cmds:
- go run github.com/maddalax/htmgo/cli/htmgo@latest build
- htmgo build
watch:
cmds:
- go run github.com/maddalax/htmgo/cli@latest watch
silent: true
- htmgo watch
silent: true

View file

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