Skip to content
This repository has been archived by the owner on Nov 29, 2018. It is now read-only.

Commit

Permalink
fix broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelcontento committed Aug 13, 2016
1 parent 978760e commit 0ceb313
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0ceb313

Please sign in to comment.