Skip to content

Commit

Permalink
fix: exclude the native lib from the NPM package
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald Holshausen committed Jan 12, 2021
1 parent 69a6e5b commit 208e750
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/ci/release-beta.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ echo "::set-output name=notes::$RELEASE_NOTES"

npm ci
"$SCRIPT_DIR"/build-and-test.sh

rm -rf dist/native
npm run release
npm run deploy:prepare

Expand Down

0 comments on commit 208e750

Please sign in to comment.