move setup
This commit is contained in:
parent
9e7f6f8105
commit
e8972b5688
1 changed files with 4 additions and 1 deletions
|
|
@ -12,12 +12,15 @@ tasks:
|
|||
- echo "Template generated successfully to ./my-app"
|
||||
|
||||
setup:
|
||||
deps: [copy-framework-assets, ast]
|
||||
dir: '{{.USER_WORKING_DIR}}'
|
||||
desc: Setup the project
|
||||
cmds:
|
||||
- go mod download
|
||||
- go mod tidy
|
||||
- task: copy-framework-assets
|
||||
dir: '{{.USER_WORKING_DIR}}'
|
||||
- task: ast
|
||||
dir: '{{.USER_WORKING_DIR}}'
|
||||
|
||||
run:
|
||||
dir: '{{.USER_WORKING_DIR}}'
|
||||
|
|
|
|||
Loading…
Reference in a new issue