Skip to content

Commit

Permalink
added mockpackage to build dir due to yarnpkg/yarn#3630
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Dixler committed Feb 22, 2022
1 parent 00d4929 commit 9b7542a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/nodejs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ build_package:: ensure
node ../../scripts/reversion.js bin/package.json ${VERSION}
node ../../scripts/reversion.js bin/version.js ${VERSION}
cp -R proto/. bin/proto/
cp -R tests/mockpackage bin/tests/
mkdir -p bin/tests/runtime/langhost/cases/
find tests/runtime/langhost/cases/* -type d -exec cp -R {} bin/tests/runtime/langhost/cases/ \;

Expand Down

0 comments on commit 9b7542a

Please sign in to comment.