Merge pull request #465 from danvk/callback-this
[dygraphs.git] / Makefile
index e07bc1d..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
 
@@ -40,3 +41,8 @@ clean-combined-test: clean
 
 lint:
        @./lint.sh
+
+publish:
+       ./generate-combined.sh
+       npm publish
+       git checkout dygraph-combined.js