make dev does not ignore warnings
This commit is contained in:
2
Makefile
2
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"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user