diff --git a/framework/tooling/mhtml/Taskfile.yml b/framework/tooling/mhtml/Taskfile.yml index 217e21f..8715500 100644 --- a/framework/tooling/mhtml/Taskfile.yml +++ b/framework/tooling/mhtml/Taskfile.yml @@ -8,7 +8,6 @@ tasks: dir: '{{.USER_WORKING_DIR}}' desc: Generate template from source code cmds: - - go install github.com/maddalax/mhtml/framework/tooling/downloadtemplate@latest - go run github.com/maddalax/mhtml/framework/tooling/downloadtemplate@latest setup: @@ -42,7 +41,6 @@ tasks: dir: '{{.USER_WORKING_DIR}}' desc: Copy framework assets cmds: - - go install github.com/maddalax/mhtml/framework/tooling/copyassets@latest - go run github.com/maddalax/mhtml/framework/tooling/copyassets@latest ast: @@ -51,7 +49,6 @@ tasks: generates: - '**/generated.go' cmds: - - go install github.com/maddalax/mhtml/framework/tooling/astgen@latest - go run github.com/maddalax/mhtml/framework/tooling/astgen@latest ast-watch: