From ff2e0f846a35d761ece15c7fd049d02ce687d8f0 Mon Sep 17 00:00:00 2001 From: Andrey Nering <7011819+andreynering@users.noreply.github.com> Date: Sat, 7 Sep 2024 19:31:01 -0300 Subject: [PATCH] chore: update project taskfile --- Taskfile.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Taskfile.yml b/Taskfile.yml index ad9d9c5d..ee30430f 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -27,7 +27,7 @@ tasks: - go install -v ./cmd/task generate: - desc: Runs Go generate to create mocks + desc: Runs Mockery to create mocks aliases: [gen, g] deps: [install:mockery] sources: @@ -57,6 +57,7 @@ tasks: clean: desc: Cleans temp files and folders + aliases: [clear] cmds: - rm -rf dist/ - rm -rf tmp/