From 95a08f2a354522c95dafddaf84a1648ab0affe94 Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Mon, 23 Jun 2014 19:11:04 -0400 Subject: [PATCH] make publish works --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.7.4