Better login logging

This commit is contained in:
Jonathan Cremin 2019-01-19 11:06:14 +00:00
parent 9d71f91e13
commit 14f62ac072
3 changed files with 6 additions and 6 deletions

View file

@ -28,7 +28,7 @@ migrate: ## Migrate database schema
init: ## Migrate database schema
docker-compose run --rm app yarn run init
.PHONY: watch
.PHONY: watch-frontend
watch-frontend: ## Build and watch for changes
docker-compose run --rm app yarn run watch