diff --git a/Makefile b/Makefile index a1f6d491..0e7fca48 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ tfgen:: install_plugins provider:: tfgen install_plugins # build the provider binary (cd provider && go build -o $(WORKING_DIR)/bin/${PROVIDER} -ldflags "-X ${PROJECT}/${VERSION_PATH}=${VERSION}" ${PROJECT}/${PROVIDER_PATH}/cmd/${PROVIDER}) -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 build_nodejs:: VERSION := $(shell pulumictl get version --language javascript) build_nodejs:: install_plugins tfgen # build the node sdk