From 708879ff1bfd0317d4a00976fe3a3fdcafd849be Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Sat, 13 Jun 2015 19:01:50 +0100 Subject: [PATCH] fix auxiliary comment option in makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cb29f3cf8b..fe417d6a8e 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ build-core: clean-core node $(BABEL_CMD) src --out-dir lib --copy-files build-core-test: clean-core - node $(BABEL_CMD) src --out-dir lib --copy-files --auxiliary-comment "istanbul ignore next" + node $(BABEL_CMD) src --out-dir lib --copy-files --auxiliary-comment-before "istanbul ignore next" watch-core: clean-core node $(BABEL_CMD) src --out-dir lib --watch --copy-files