Skip to content

Commit

Permalink
Update post_compile to add djangosocial reference back in.
Browse files Browse the repository at this point in the history
  • Loading branch information
nanorepublica authored May 18, 2024
1 parent ac21616 commit 9ec05ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/post_compile
Original file line number Diff line number Diff line change
Expand Up @@ -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 manage.py tailwind build
python manage.py collectstatic --noinput
python djangosocial/manage.py tailwind build
python djangosocial/manage.py collectstatic --noinput

0 comments on commit 9ec05ec

Please sign in to comment.