X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=Makefile;h=6829ebf955cc063c2ff69bcb8a45089fdb419a86;hb=8887663f6cb6a96cecc1c88d46720438cbab9db0;hp=81ae456dcb548ec4dafbfe90194f6f08a486e133;hpb=8bc2eb3aecd9f9eec85b164f89d70e16d868764e;p=dygraphs.git diff --git a/Makefile b/Makefile index 81ae456..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,10 +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 + ./generate-combined.sh + npm publish + git checkout dygraph-combined.js