Skip to content

Commit b763b4f

Browse files
committed
fix: build includes packgr-managed data
1 parent 3a490a6 commit b763b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kaybee/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ all: lint vet test build #ui
1919
build: pkged.go fmt
2020
$(GOBUILD) $(LDFLAGS) -o $(BINARY_NAME) -v
2121

22-
pkged.go:
22+
pkged.go: internal/tasks/data/default_config.yaml
2323
pkger -o kaybee
2424

2525
# ui:

0 commit comments

Comments
 (0)