From: Dan Vanderkam Date: Wed, 3 Dec 2014 22:09:59 +0000 (-0500) Subject: ignore combined file in release.sh X-Git-Tag: v2.0.0~87 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=b38455062963161703c41ba2511723cf059c0df6;hp=5efbb60b32256d9c1fb5415433cdf83d85152b7f;p=dygraphs.git ignore combined file in release.sh --- diff --git a/release.sh b/release.sh index 2839647..21c0c34 100755 --- a/release.sh +++ b/release.sh @@ -44,6 +44,7 @@ if [ $? -ne 0 ]; then exit 1 fi +rm dygraph-combined.js # changes to this will make the tests fail. make lint test test-combined if [ $? -ne 0 ]; then echo "Tests failed. Won't release!" >&2