Skip to content

Commit

Permalink
Fix Makefile to include scripts directory (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
lblackstone authored May 24, 2022
1 parent d2b9526 commit 7eb3db5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ build_nodejs_sdk:: gen_nodejs_sdk
yarn install && \
yarn run tsc --version && \
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 && \
rm ./bin/package.json.bak
Expand Down
3 changes: 1 addition & 2 deletions sdk/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@
},
"pulumi": {
"resource": true
},
"files": ["**/*.js", "**/*.ts"]
}
}

0 comments on commit 7eb3db5

Please sign in to comment.