Fix make generate target for generating static bundle for docs templates (#4414)

This commit is contained in:
Praneet Loke 2020-04-16 09:05:26 -07:00 committed by GitHub
parent 9b0c10c181
commit 5430cfcf09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ build-proto::
generate::
$(call STEP_MESSAGE)
echo "Generate static assets bundle for docs generator"
go generate ./pkg/codegen/docs/
cd pkg && go generate ./codegen/docs/gen.go
build::
cd pkg && go install -ldflags "-X github.com/pulumi/pulumi/pkg/v2/version.Version=${VERSION}" ${PROJECT}