From 516c3b3cd1697b097559d4a3a8b4de6da37d72ea Mon Sep 17 00:00:00 2001 From: Shahryar Tayeb Date: Tue, 6 Feb 2024 17:47:38 +0430 Subject: [PATCH] build script update --- build.sh | 3 +++ 1 file changed, 3 insertions(+) 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