From 73afd46197aaa14d71029a39ea254e243f72f5ed Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Fri, 24 Apr 2020 16:11:40 +0100 Subject: [PATCH] build before docker image --- scripts/travis/deploy/deploy.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/travis/deploy/deploy.sh b/scripts/travis/deploy/deploy.sh index 3247a4f1f..14f361e5d 100755 --- a/scripts/travis/deploy/deploy.sh +++ b/scripts/travis/deploy/deploy.sh @@ -4,6 +4,8 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" cd $DIR/../../../ +npm run build + # Get Tag Image TAG_VERSION=$(./scripts/travis/deploy/get-docker-image-tag-name.sh) echo "Running the docker with tag" $TAG_VERSION