mirror of
https://github.com/status-im/status-react.git
synced 2025-02-22 07:38:34 +00:00
Add lint-fix target for simple style fixes
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
cb081f6d96
commit
7f10fe9ae4
4
Makefile
4
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user