✨ Add quality to mkflex
This commit is contained in:
parent
e8401db519
commit
75c6ce47e1
3 changed files with 21 additions and 0 deletions
17
Taskfile.yml
17
Taskfile.yml
|
|
@ -36,6 +36,22 @@ tasks:
|
|||
cmds:
|
||||
- go build -o build/ ./cmd/{{.CMD}}
|
||||
|
||||
build-mkflex:
|
||||
desc: Builds the mkflex command
|
||||
sources:
|
||||
- cmd/mkflex/**/*.go
|
||||
- cli/**/*.go
|
||||
- convids/**/*.go
|
||||
- internal/cli/mkflex/**/*.go
|
||||
- mkflex/**/*.go
|
||||
- types/**/*.go
|
||||
generates:
|
||||
- builds/mkflex
|
||||
cmds:
|
||||
- task: cmd-build
|
||||
vars:
|
||||
CMD: mkflex
|
||||
|
||||
build-convids:
|
||||
desc: Builds the convids command
|
||||
sources:
|
||||
|
|
@ -77,6 +93,7 @@ tasks:
|
|||
desc: Installs the mkflex command
|
||||
source:
|
||||
- cmd/mkflex/**/*.go
|
||||
- cli/**/*.go
|
||||
- convids/**/*.go
|
||||
- internal/cli/mkflex/**/*.go
|
||||
- mkflex/**/*.go
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue