feat: add ex_doc
to generate documentation
All checks were successful
continuous-integration/drone/pr Build is passing
All checks were successful
continuous-integration/drone/pr Build is passing
This commit is contained in:
4
Makefile
4
Makefile
@@ -24,6 +24,10 @@ dialyzer: ## run dialyzer
|
||||
.PHONY: static_code_analysis
|
||||
static_code_analysis: check_format credo dialyzer ## run static code analysis
|
||||
|
||||
.PHONY: docs
|
||||
docs: ## create documentation files
|
||||
@mix docs
|
||||
|
||||
.PHONY: test
|
||||
test: ## run tests
|
||||
@mix test --cover --trace --slowest 10
|
||||
|
Reference in New Issue
Block a user