From 802fc2ac80c39f54162a9cf692ea04f3b6d293eb Mon Sep 17 00:00:00 2001 From: Sven SAULEAU Date: Mon, 10 Sep 2018 08:04:20 +0200 Subject: [PATCH] feat: invoke fix-json on fix target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c92c5930ae..65d46ff4ba 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ flow: lint: ./node_modules/.bin/eslint scripts $(SOURCES) '*.js' --format=codeframe -fix: +fix: fix-json ./node_modules/.bin/eslint scripts $(SOURCES) '*.js' --format=codeframe --fix fix-json: