X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=Makefile;h=2047c7fa1c0112044788c417ecc3beb7dd77b30a;hb=e8c635cc4e3c265e88f66b46b689e291531330b6;hp=1182b5aa4fa28926a6a31ac2d4b69b808f46889e;hpb=8ae63530e4d54ffc3a25285585d95a39c99e5796;p=dygraphs.git diff --git a/Makefile b/Makefile index 1182b5a..2047c7f 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ all: test generate-combined generate-documentation clean: @echo cleaning... @cp .dygraph-combined-clean.js dygraph-combined.js - rm docs/options.html + rm -f docs/options.html generate-combined: @echo Generating dygraph-combined.js @@ -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