From c1e2b0dddc1fe3d0be2db298af3144a6e02f192e Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Fri, 16 Dec 2016 10:51:18 -0500 Subject: [PATCH] internal: don't run watch with the test env (skip building with code coverage) [skip ci] (#5005) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c7e27bf712..561846cef5 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ build-dist: build watch: clean rm -rf packages/*/lib - ./node_modules/.bin/gulp watch + BABEL_ENV=development ./node_modules/.bin/gulp watch lint: ./node_modules/.bin/eslint packages/ --format=codeframe