From: Dan Vanderkam Date: Mon, 23 Jun 2014 23:11:04 +0000 (-0400) Subject: make publish works X-Git-Tag: v1.1.0~57 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=95a08f2a354522c95dafddaf84a1648ab0affe94;p=dygraphs.git make publish works --- diff --git a/Makefile b/Makefile index 81ae456..18522df 100644 --- a/Makefile +++ b/Makefile @@ -42,5 +42,6 @@ lint: @./lint.sh publish: - @./generate-combined.sh - @npm publish + ./generate-combined.sh + npm publish + git checkout dygraph-combined.js