Fix bail-out for standalone build.

This commit is contained in:
Logan Smyth
2017-09-26 14:56:17 -07:00
parent 70547efcc1
commit 8bea5f4f16

View File

@@ -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