X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=Makefile;h=18522dfaf6e830cd46f200319e221537fd98f379;hb=4e9b1418813cbafd5ee68a090e3e059b31ce602c;hp=1182b5aa4fa28926a6a31ac2d4b69b808f46889e;hpb=b51816539797fc9fbd51840145200bfd34e76405;p=dygraphs.git diff --git a/Makefile b/Makefile index 1182b5a..18522df 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 @@ -40,3 +40,8 @@ clean-combined-test: clean lint: @./lint.sh + +publish: + ./generate-combined.sh + npm publish + git checkout dygraph-combined.js