mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-08-26 16:40:40 +03:00
makefile changes
This commit is contained in:
parent
922ac378e3
commit
2efdd4be8b
6
Makefile
6
Makefile
@ -14,13 +14,9 @@ up: ## Run project with compose
|
||||
clean: ## Clean Reset project containers with compose
|
||||
docker-compose down -v --remove-orphans
|
||||
|
||||
.PHONY: lock
|
||||
lock: ## Refresh pipfile.lock
|
||||
pipenv lock --pre
|
||||
|
||||
.PHONY: requirements
|
||||
requirements: ## Refresh requirements.txt from pipfile.lock
|
||||
pipenv lock -r > requirements.txt
|
||||
pipenv lock -r -d > requirements.txt
|
||||
|
||||
.PHONY: test
|
||||
test: ## Run project tests
|
||||
|
Loading…
x
Reference in New Issue
Block a user