From 75a6ce157739fe71ae3c27768bb536eaa358244a Mon Sep 17 00:00:00 2001 From: Jan Bader Date: Sun, 20 Feb 2022 20:53:18 +0000 Subject: [PATCH] Use all gofiles as sources for go build --- Taskfile.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Taskfile.yml b/Taskfile.yml index 81f8355..1405f8f 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -33,12 +33,7 @@ tasks: sources: - ./go.mod - ./go.sum - - ./cmd/budgeteer/*.go - - ./*.go - - ./config/*.go - - ./http/*.go - - ./jwt/*.go - - ./postgres/*.go + - ./**/*.go - ./web/dist/**/* - ./postgres/schema/* generates: