Skip to content
This repository has been archived by the owner on Mar 11, 2023. It is now read-only.

Commit

Permalink
Makefile: correct Node.js build
Browse files Browse the repository at this point in the history
scripts/install-pulumi-plugin.js must be copied into the final build
directory.
  • Loading branch information
benesch committed Jan 5, 2023
1 parent 2ec570d commit c8a3197
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ sdk: bin/pulumi-sdkgen-docker-buildkit
awk -f ../../build/munge-package-json.awk -v version=$(VERSION) package.json > bin/package.json
mv sdk/nodejs sdk/nodejs.tmp
mv sdk/nodejs.tmp/bin sdk/nodejs
mv sdk/nodejs.tmp/scripts sdk/nodejs
rm -r sdk/nodejs.tmp
cp README.md sdk/python/
cp README.md sdk/nodejs/
Expand Down

0 comments on commit c8a3197

Please sign in to comment.