diff --git a/build.sh b/build.sh index 406ebf0..b6d14a7 100644 --- a/build.sh +++ b/build.sh @@ -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 \ No newline at end of file