Skip to content

Commit

Permalink
Merge branch 'master' into draw
Browse files Browse the repository at this point in the history
  • Loading branch information
pramodsum authored Nov 2, 2018
2 parents 084609b + 25c40f7 commit f71fbe3
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions build/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ clean_assets() {
}

build_assets() {
yarn run pre-build;

echo "----------------------------------------------------"
echo "Starting babel build for version" $VERSION
echo "----------------------------------------------------"
Expand Down Expand Up @@ -169,13 +171,6 @@ publish_to_npm() {
exit 1
fi

if [[ $(git status --porcelain 2>/dev/null| egrep "^(M| M)") != "" ]] ; then
echo "----------------------------------------------------"
echo "Your branch has uncommited files!"
echo "----------------------------------------------------"
exit 1
fi

echo "----------------------------------------------------"
echo "Checking out version" $VERSION
echo "----------------------------------------------------"
Expand Down

0 comments on commit f71fbe3

Please sign in to comment.