From 8bea5f4f16068187e91acb319b1e85a2c4f817d9 Mon Sep 17 00:00:00 2001 From: Logan Smyth Date: Tue, 26 Sep 2017 14:56:17 -0700 Subject: [PATCH] Fix bail-out for standalone build. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d91ca05ac7..a8e61904b4 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ SOURCES = packages codemods build: clean make clean-lib ./node_modules/.bin/gulp build -ifneq ($(BABEL_ENV), "cov") +ifneq ("$(BABEL_ENV)", "cov") make build-standalone endif