Skip to content

Commit 97b2eb6

Browse files
committed
feat: update build.sh
1 parent 7f2a830 commit 97b2eb6

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

deploy/build.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,6 @@ uv sync
1313
echo "Applying database migrations..."
1414
uv run manage.py migrate --noinput
1515

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-
2416
# Collect static files
2517
echo "Collecting static files..."
2618
uv run manage.py collectstatic --noinput

0 commit comments

Comments
 (0)