From acfcd88fd94e1148ae8b983d21b56c9e16e1205d Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Mon, 29 Feb 2016 19:18:45 -0500 Subject: [PATCH] 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