Skip to content

Commit

Permalink
Remove step no longer supported by Pulumi Terraform bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmingoia committed Jan 8, 2024
1 parent bac9acb commit b601e53
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b601e53

Please sign in to comment.