Skip to content

Commit dacf19e

Browse files
committed
build apigen on make build
1 parent 4f11204 commit dacf19e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ ldflags:
115115
require-%:
116116
@if ! command -v $* 1> /dev/null 2>&1; then echo "$* not found in ${PATH}"; exit 1; fi
117117

118-
build: WHAT ?= ./cmd/... ./cli/cmd/...
118+
build: WHAT ?= ./cmd/... ./cli/cmd/... ./sdk/cmd/...
119119
build: require-jq require-go require-git verify-go-versions ## Build the project
120120
set -x; for W in $(WHAT); do \
121121
pushd . && cd $${W%..}; \

0 commit comments

Comments
 (0)