Skip to content

Commit

Permalink
Change release.sh to indicate the subsequent procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
mooz committed Aug 14, 2019
1 parent eaddb32 commit c6006e1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ jsbox build
PKG_FILE="package/.output/ikeysnail.box"

if [ ! -e $PKG_FILE ]; then
echo "Finished!"
echo "Finished creating the package."
echo "Run $ npm run release"
else
echo "Oops"
echo "Oops. Something went wrong."
exit 1
fi

0 comments on commit c6006e1

Please sign in to comment.