1
0
mirror of https://github.com/go-task/task.git synced 2025-01-04 03:48:02 +02:00

chore: update project taskfile

This commit is contained in:
Andrey Nering 2024-09-07 19:31:01 -03:00
parent 3c177d3fdc
commit ff2e0f846a

View File

@ -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/