X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=Makefile;h=2047c7fa1c0112044788c417ecc3beb7dd77b30a;hb=33b5c4b245bf29f3e908931bf70dde00b5fc8a51;hp=81ae456dcb548ec4dafbfe90194f6f08a486e133;hpb=8bc2eb3aecd9f9eec85b164f89d70e16d868764e;p=dygraphs.git diff --git a/Makefile b/Makefile index 81ae456..2047c7f 100644 --- 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