From ee0efa977855bc3370a65e78ec954d4c3dae1f90 Mon Sep 17 00:00:00 2001 From: Yuce Tekol Date: Sun, 28 May 2017 16:44:08 +0300 Subject: [PATCH] Fixed coveralls target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 12f5601..7cb9139 100644 --- a/Makefile +++ b/Makefile @@ -23,4 +23,4 @@ test-all: npm run test-all coveralls: - nyc npm test-all && nyc report --reporter=text-lcov | coveralls + nyc npm run test-all && nyc report --reporter=text-lcov | coveralls