diff --git a/Makefile b/Makefile index 702f98ed3a..5164258c99 100644 --- a/Makefile +++ b/Makefile @@ -273,6 +273,10 @@ lint: export TARGET := lein lint: ##@test Run code style checks lein cljfmt check +lint-fix: export TARGET := lein +lint-fix: ##@test Run code style checks and fix issues + lein cljfmt fix + test: export TARGET := lein test: ##@test Run tests once in NodeJS lein with-profile test doo node test once