Add lint-fix target for simple style fixes

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
acolytec3 2020-01-06 06:45:15 -05:00 committed by Jakub Sokołowski
parent cb081f6d96
commit 7f10fe9ae4
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 4 additions and 0 deletions

View File

@ -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