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