From 313fb0cb3bfe86fd8abe9c43d75e62d504015349 Mon Sep 17 00:00:00 2001 From: Pablo Moreno Date: Thu, 5 Dec 2024 19:46:58 +0100 Subject: [PATCH] fix: missing install step --- scripts/build_static.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build_static.sh b/scripts/build_static.sh index 5085fe9..31fb33c 100644 --- a/scripts/build_static.sh +++ b/scripts/build_static.sh @@ -7,6 +7,7 @@ export NVM_DIR="$HOME/.nvm" # download and install Node.js (you may need to restart the terminal) nvm install 22 +python manage.py tailwind install python manage.py tailwind build python manage.py collectstatic --noinput