We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f2a830 commit 97b2eb6Copy full SHA for 97b2eb6
deploy/build.sh
@@ -13,14 +13,6 @@ uv sync
13
echo "Applying database migrations..."
14
uv run manage.py migrate --noinput
15
16
-# Run Tailwind setup
17
-echo "Running Tailwind setup..."
18
-uv run manage.py tailwind setup
19
-
20
-# Run Tailwind build
21
-echo "Running Tailwind build..."
22
-uv run manage.py tailwind build
23
24
# Collect static files
25
echo "Collecting static files..."
26
uv run manage.py collectstatic --noinput
0 commit comments