fix: remove legacy npm installation

This commit is contained in:
2025-01-23 15:59:04 +01:00
parent 8039288b33
commit 0cef264b40
2 changed files with 1 additions and 14 deletions
-4
View File
@@ -8,10 +8,6 @@ WORKER_NUM_PROCESSES=${WORKER_NUM_PROCESSES:=1}
RUN_SERVER=${RUN_SERVER:="FALSE"}
RUN_CELERY=${RUN_CELERY:="FALSE"}
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
python manage.py compilemessages
python manage.py build_tailwind_theme