Merge pull request #465 from danvk/callback-this
[dygraphs.git] / Makefile
index 81ae456..2047c7f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -28,6 +28,7 @@ generate-gwt:
 
 test:
        @./test.sh
+       @./check-combined-unaffected.sh
 
 test-combined: move-combined test clean-combined-test
 
@@ -42,5 +43,6 @@ lint:
        @./lint.sh
 
 publish:
-       @./generate-combined.sh
-       @npm publish
+       ./generate-combined.sh
+       npm publish
+       git checkout dygraph-combined.js