ignore combined file in release.sh release-1.1.0 v1.1.0
authorDan Vanderkam <danvdk@gmail.com>
Wed, 3 Dec 2014 22:09:59 +0000 (17:09 -0500)
committerDan Vanderkam <danvdk@gmail.com>
Wed, 3 Dec 2014 22:09:59 +0000 (17:09 -0500)
release.sh

index 2839647..21c0c34 100755 (executable)
@@ -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