Skip to content

Commit a58aa6b

Browse files
authored
Merge pull request #302 from rumpl/taskfile-qol
Add a "task dev" command that lints, tests and builds
2 parents 1bd3c35 + 1057138 commit a58aa6b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Taskfile.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ tasks:
1616
default:
1717
cmd: task --list
1818

19+
dev:
20+
deps: ["lint", "test", "build"]
21+
1922
build:
2023
desc: Build the application binary
2124
cmds:

0 commit comments

Comments
 (0)