run without install

This commit is contained in:
maddalax 2024-09-13 15:50:13 -05:00
parent 27a4948b96
commit ed3ce32ee4

View file

@ -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: