fix taskfile
This commit is contained in:
parent
b8dbcd4262
commit
7fd213ccab
2 changed files with 8 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue