chore(Makefile): backend-lint
This commit is contained in:
parent
43a818d067
commit
11fb926742
4
Makefile
4
Makefile
@ -13,6 +13,10 @@ backend-%: .develop.env .stack-work.lock # --stack-work-$*
|
||||
--backend-build: .develop.env
|
||||
stack build --fast --profile --library-profiling --executable-profiling --flag uniworx:dev --flag uniworx:-library-only
|
||||
|
||||
.PHONY: --backend-lint
|
||||
--backend-lint: .develop.env
|
||||
stack build --test --fast --flag uniworx:dev --flag uniworx:library-only uniworx:test:hlint
|
||||
|
||||
.PHONY: --backend-test
|
||||
--backend-test: .develop.env
|
||||
stack build --test --coverage --fast --flag uniworx:dev --flag uniworx:library-only
|
||||
|
||||
Reference in New Issue
Block a user