diff options
author | Joe Chen <jc@unknwon.io> | 2022-10-22 14:41:40 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-22 14:41:40 +0800 |
commit | c502dc6ed888a4cf2c8b36176585f4166536ab6d (patch) | |
tree | 71e3f758069dc2435eecb88ae786b2efaaa972f9 /Taskfile.yml | |
parent | 260e990be75885e1a560df449dacdeecafeffdcf (diff) |
refactor(db): move some methods from `user.go` to `users.go` (#7195)
Diffstat (limited to 'Taskfile.yml')
-rw-r--r-- | Taskfile.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Taskfile.yml b/Taskfile.yml index 431421b4..6607b8a6 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -5,6 +5,8 @@ vars: sh: echo '{{if eq OS "windows"}}.exe{{end}}' tasks: + default: + deps: [build] web: desc: Build the binary and start the web server deps: [build] |