Skip to content

Commit

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

poetry install

make npm-install
make npm-build

python src/manage.py collectstatic --no-input
python src/manage.py migrate

0 comments on commit 516c3b3

Please sign in to comment.