feat: invoke fix-json on fix target
This commit is contained in:
parent
e372129d00
commit
802fc2ac80
2
Makefile
2
Makefile
@ -49,7 +49,7 @@ flow:
|
|||||||
lint:
|
lint:
|
||||||
./node_modules/.bin/eslint scripts $(SOURCES) '*.js' --format=codeframe
|
./node_modules/.bin/eslint scripts $(SOURCES) '*.js' --format=codeframe
|
||||||
|
|
||||||
fix:
|
fix: fix-json
|
||||||
./node_modules/.bin/eslint scripts $(SOURCES) '*.js' --format=codeframe --fix
|
./node_modules/.bin/eslint scripts $(SOURCES) '*.js' --format=codeframe --fix
|
||||||
|
|
||||||
fix-json:
|
fix-json:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user