run without install
This commit is contained in:
parent
27a4948b96
commit
ed3ce32ee4
1 changed files with 0 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue