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

Commit c8a3197

Browse files
committed
Makefile: correct Node.js build
scripts/install-pulumi-plugin.js must be copied into the final build directory.
1 parent 2ec570d commit c8a3197

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ sdk: bin/pulumi-sdkgen-docker-buildkit
1515
awk -f ../../build/munge-package-json.awk -v version=$(VERSION) package.json > bin/package.json
1616
mv sdk/nodejs sdk/nodejs.tmp
1717
mv sdk/nodejs.tmp/bin sdk/nodejs
18+
mv sdk/nodejs.tmp/scripts sdk/nodejs
1819
rm -r sdk/nodejs.tmp
1920
cp README.md sdk/python/
2021
cp README.md sdk/nodejs/

0 commit comments

Comments
 (0)