X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=Makefile;h=2047c7fa1c0112044788c417ecc3beb7dd77b30a;hb=5579bfd15720e6605c2f4a71b6727cb271396e01;hp=e07bc1da15433902a6f68e4edd097cbc3c7ad00c;hpb=c97b87c282caf695bc7dea62a4668e491b165ad7;p=dygraphs.git diff --git a/Makefile b/Makefile index e07bc1d..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 @@ -40,3 +41,8 @@ clean-combined-test: clean lint: @./lint.sh + +publish: + ./generate-combined.sh + npm publish + git checkout dygraph-combined.js