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:
|
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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue