Skip to content

Commit

Permalink
updated build script
Browse files Browse the repository at this point in the history
  • Loading branch information
shtayeb committed Feb 6, 2024
1 parent e7f9e42 commit 3d18ae1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ set -o errexit

poetry install

python manage.py collectstatic --no-input
python manage.py migrate
python src/manage.py collectstatic --no-input
python src/manage.py migrate
make db-seed

0 comments on commit 3d18ae1

Please sign in to comment.