Use all gofiles as sources for go build

This commit is contained in:
Jan Bader 2022-02-20 20:53:18 +00:00
parent a0d89ee93a
commit 75a6ce1577

View File

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