We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3050c7e commit 9dedbe1Copy full SHA for 9dedbe1
Makefile
@@ -63,7 +63,7 @@ tfgen:: install_plugins
63
provider:: tfgen install_plugins # build the provider binary
64
(cd provider && go build -o $(WORKING_DIR)/bin/${PROVIDER} -ldflags "-X ${PROJECT}/${VERSION_PATH}=${VERSION}" ${PROJECT}/${PROVIDER_PATH}/cmd/${PROVIDER})
65
66
-generate_sdks:: install_plugins provider build_nodejs build_python build_go build_dotnet #build_java # build all the sdks
+generate_sdks:: project-tools install_plugins provider build_nodejs build_python build_go build_dotnet #build_java # build all the sdks
67
68
build_nodejs:: VERSION := $(shell pulumictl get version --language javascript)
69
build_nodejs:: install_plugins tfgen # build the node sdk
0 commit comments