Skip to content

Commit

Permalink
Added release script
Browse files Browse the repository at this point in the history
  • Loading branch information
stianst committed Mar 5, 2019
1 parent 6e98784 commit eae6bfc
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
#!/bin/bash -e

DIR="$PWD"
VERSION=`./get-version.sh`
echo "Version: $VERSION"

echo "------------------------------------------------------------------------------------------------------------"
echo "Building:"
echo ""

npm install


echo "------------------------------------------------------------------------------------------------------------"
echo "NPM public:"
echo ""

npm publish


echo "------------------------------------------------------------------------------------------------------------"
echo "Done"
echo "------------------------------------------------------------------------------------------------------------"

0 comments on commit eae6bfc

Please sign in to comment.