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