make dev does not ignore warnings
This commit is contained in:
parent
1e1372ca56
commit
fe6cf2758c
2
Makefile
2
Makefile
|
@ -28,7 +28,7 @@ dev:
|
||||||
@npx concurrently \
|
@npx concurrently \
|
||||||
--names "Django,Tailwind" \
|
--names "Django,Tailwind" \
|
||||||
--prefix-colors "blue,green" \
|
--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"
|
"npx tailwindcss -i ./common/input.css -o ./games/static/base.css --watch"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue