From b601e53c65c3b710feddea6d02e79e304a7e4576 Mon Sep 17 00:00:00 2001 From: Alex Mingoia Date: Mon, 8 Jan 2024 13:35:26 -0800 Subject: [PATCH] Remove step no longer supported by Pulumi Terraform bridge --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 2a73756..6038bba 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,6 @@ build_nodejs:: provider # build the node sdk cd sdk/nodejs/ && \ yarn install && \ yarn run tsc && \ - cp -R scripts/ bin && \ cp ../../README.md ../../LICENSE package.json yarn.lock ./bin/ && \ sed -i.bak -e "s/\$${VERSION}/$(VERSION)/g" ./bin/package.json && \ sed -i.bak -e "s/pulumi\/rootly/rootly\/pulumi/g" ./bin/package.json