From acfcd88fd94e1148ae8b983d21b56c9e16e1205d Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Mon, 29 Feb 2016 19:18:45 -0500 Subject: [PATCH 1/2] Run build-dist on publish so we do not forget --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 4acd61f0ec..d008a71dae 100644 --- a/Makefile +++ b/Makefile @@ -49,6 +49,7 @@ test-ci: publish: git pull --rebase make build + make build-dist make test ./node_modules/.bin/lerna publish make clean From 68c0a4b141b7387ea54eb10526e8df68c64969cf Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Mon, 29 Feb 2016 19:42:21 -0500 Subject: [PATCH 2/2] Run build-dist (will also run build) --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index d008a71dae..bf0daf1917 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,6 @@ test-ci: publish: git pull --rebase - make build make build-dist make test ./node_modules/.bin/lerna publish