Skip to content

Commit

Permalink
fix: remove shortcut exit
Browse files Browse the repository at this point in the history
  • Loading branch information
vgarciabnz committed Feb 19, 2024
1 parent fb4379e commit 1b2fa95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/scripts/publish-npm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ branch=$(git rev-parse --abbrev-ref HEAD)
./gradlew packJsPackage
./gradlew packJsPackage -PuseCommonJs

exit
cd build/packages/js || exit

# Set authentication token for npmjs registry
Expand Down

0 comments on commit 1b2fa95

Please sign in to comment.