Skip to content

Commit

Permalink
exit on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmossas committed Aug 17, 2024
1 parent f1ba8c2 commit d22bb8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/scripts/publish-all.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
set -e

echo "\n\nPublishing NPM packages..."
read -p "Enter OTP: " otp
Expand Down

0 comments on commit d22bb8d

Please sign in to comment.