Skip to content

Commit

Permalink
fix: don't bundle the native lib in the NPM package
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald Holshausen committed Mar 18, 2020
1 parent 72a75f0 commit 24f43f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions examples/v3/e2e/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ echo "--> Releasing version ${VERSION}"

echo "--> Releasing artifacts"
echo " Publishing pact@${VERSION}..."
rm -rf native/target dist/native/target
rm -rf native/target dist/native native/index.node
npm publish dist --access public --tag beta
echo " done!"

Expand Down

0 comments on commit 24f43f3

Please sign in to comment.