From 0ceb313a13c89de688fad0074bd3cd2f24051859 Mon Sep 17 00:00:00 2001 From: Michael Contento Date: Sat, 13 Aug 2016 12:40:39 +0200 Subject: [PATCH] fix broken tests --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 98a1661..72fe087 100644 --- a/Makefile +++ b/Makefile @@ -47,17 +47,18 @@ lint: install test: install echo "> Testing ..." - $(BIN)/mocca + BABEL_ENV=cjs $(BIN)/mocca test-watch: install echo "> Testing forever ..." - $(BIN)/mocca --watch + BABEL_ENV=cjs $(BIN)/mocca --watch # # PUBLISH # _publish : NODE_ENV ?= production +_publish : BABEL_ENV=cjs _publish: lint test build publish-fix: _publish