projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5efbb60
)
ignore combined file in release.sh
author
Dan Vanderkam
<danvdk@gmail.com>
Wed, 3 Dec 2014 22:09:59 +0000
(17:09 -0500)
committer
Dan Vanderkam
<danvdk@gmail.com>
Wed, 3 Dec 2014 22:12:04 +0000
(17:12 -0500)
release.sh
patch
|
blob
|
blame
|
history
diff --git
a/release.sh
b/release.sh
index
2839647
..
21c0c34
100755
(executable)
--- 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