Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
slimovich committed Jun 25, 2020
2 parents 4872aa6 + 44183fa commit 057acc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ lint:
mkdir ./.artifacts/
@echo "--> artifacts directory created"
flake8 src/ tests/
@echo "--> flake8 done"
mypy src/ tests/

.PHONY: format
Expand All @@ -83,4 +84,4 @@ run-dev:
.PHONY: run
run:
@echo "--> Running server"
uvicorn src.core.server:app --lifespan on --workers 1 --host 0.0.0.0 --port 8080
uvicorn src.core.server:app --lifespan on --workers 1 --host 0.0.0.0 --port 8080

0 comments on commit 057acc3

Please sign in to comment.