Skip to content

Commit

Permalink
ignore combined file in release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
danvk committed Dec 3, 2014
1 parent efd484e commit 615a5c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 615a5c1

Please sign in to comment.