fix: missing install step

This commit is contained in:
2024-12-05 19:46:58 +01:00
parent 5a5b5d33dc
commit 313fb0cb3b
+1
View File
@@ -7,6 +7,7 @@ export NVM_DIR="$HOME/.nvm"
# download and install Node.js (you may need to restart the terminal) # download and install Node.js (you may need to restart the terminal)
nvm install 22 nvm install 22
python manage.py tailwind install
python manage.py tailwind build python manage.py tailwind build
python manage.py collectstatic --noinput python manage.py collectstatic --noinput