Skip to content

Commit

Permalink
Merge pull request #13 from jodysalt/fix/include-scripts-dir
Browse files Browse the repository at this point in the history
  • Loading branch information
stack72 authored May 26, 2022
2 parents e15f590 + 62375a2 commit 6c8241b
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 @@ -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

0 comments on commit 6c8241b

Please sign in to comment.