We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3391af commit 01ec635Copy full SHA for 01ec635
1 file changed
Makefile
@@ -21,7 +21,7 @@ mypy:
21
build: _uv
22
uv pip install -r requirements.prod.txt -r requirements.dev.txt
23
python manage.py collectstatic --no-input
24
- rm --force ccbv.sqlite
+ rm -f ccbv.sqlite
25
python manage.py migrate
26
python manage.py load_all_django_versions
27
0 commit comments