From ac2161609406391698cded25609a571cab773eaa Mon Sep 17 00:00:00 2001 From: Andrew Miller Date: Sat, 18 May 2024 21:57:20 +0100 Subject: [PATCH] Update post_compile - remove djangosocial reference --- bin/post_compile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/post_compile b/bin/post_compile index bfa7c53..a7427c2 100755 --- a/bin/post_compile +++ b/bin/post_compile @@ -4,5 +4,5 @@ set -eo pipefail # Exit at first error, including in a pipeline set -u # Consider unset variables as errors set -x # Print each command before executing it -python djangosocial/manage.py tailwind build -python djangosocial/manage.py collectstatic --noinput +python manage.py tailwind build +python manage.py collectstatic --noinput