X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=Makefile;h=6829ebf955cc063c2ff69bcb8a45089fdb419a86;hb=c715be428d83d80c0a26fd60dc5bc36fb4c908d9;hp=e07bc1da15433902a6f68e4edd097cbc3c7ad00c;hpb=1ec210da847dc40996a07d9e8b711b4ad1d84c76;p=dygraphs.git diff --git a/Makefile b/Makefile index e07bc1d..6829ebf 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 @@ -37,6 +38,12 @@ move-combined: generate-combined clean-combined-test: clean @echo restoring combined git checkout dygraph-dev.js + rm dygraph-combined.js.map lint: @./lint.sh + +publish: + ./generate-combined.sh + npm publish + git checkout dygraph-combined.js