diff --git a/Makefile b/Makefile index 295d89d..92d8eff 100644 --- a/Makefile +++ b/Makefile @@ -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