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}}' dir: '{{.USER_WORKING_DIR}}'
desc: Generate template from source code desc: Generate template from source code
cmds: cmds:
- go install github.com/maddalax/mhtml/framework/tooling/downloadtemplate@latest
- go run github.com/maddalax/mhtml/framework/tooling/downloadtemplate@latest - go run github.com/maddalax/mhtml/framework/tooling/downloadtemplate@latest
setup: setup:
@ -42,7 +41,6 @@ tasks:
dir: '{{.USER_WORKING_DIR}}' dir: '{{.USER_WORKING_DIR}}'
desc: Copy framework assets desc: Copy framework assets
cmds: cmds:
- go install github.com/maddalax/mhtml/framework/tooling/copyassets@latest
- go run github.com/maddalax/mhtml/framework/tooling/copyassets@latest - go run github.com/maddalax/mhtml/framework/tooling/copyassets@latest
ast: ast:
@ -51,7 +49,6 @@ tasks:
generates: generates:
- '**/generated.go' - '**/generated.go'
cmds: cmds:
- go install github.com/maddalax/mhtml/framework/tooling/astgen@latest
- go run github.com/maddalax/mhtml/framework/tooling/astgen@latest - go run github.com/maddalax/mhtml/framework/tooling/astgen@latest
ast-watch: ast-watch: