From b38455062963161703c41ba2511723cf059c0df6 Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Wed, 3 Dec 2014 17:09:59 -0500 Subject: [PATCH 1/1] ignore combined file in release.sh --- release.sh | 1 + 1 file changed, 1 insertion(+) 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 -- 2.7.4