From 3ad4c70d3a0b391f16decf7b87a87165b0e39c54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Wed, 9 Oct 2019 01:40:02 -0400 Subject: [PATCH] fix prepublish-build (#10530) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1b675f78db6d..757621cce370 100644 --- a/Makefile +++ b/Makefile @@ -179,7 +179,7 @@ clone-license: ./scripts/clone-license.sh prepublish-build: clean-lib clean-runtime-helpers - NODE_ENV=production BABEL_ENV=production $(MAKE) build-dist + NODE_ENV=production BABEL_ENV=production $(MAKE) build $(MAKE) clone-license prepublish: