From fe6cf2758cf12a16119fb12f70f5e1a6b5a4b706 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Wed, 26 Jun 2024 18:35:05 +0200 Subject: [PATCH] make dev does not ignore warnings --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0ece711..069514e 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ dev: @npx concurrently \ --names "Django,Tailwind" \ --prefix-colors "blue,green" \ - "poetry run python manage.py runserver" \ + "poetry run python -Wa manage.py runserver" \ "npx tailwindcss -i ./common/input.css -o ./games/static/base.css --watch"