Add the npm ci

This commit is contained in:
Maurizio Vitale 2021-06-28 11:39:35 +01:00
parent 92d447ec58
commit 7cd333f22b

View File

@ -4,7 +4,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
PROJECT_AFFECTED=$1
cd $DIR/../../../
npm run build.release
npm ci && npm run build.release
# Get Tag Image
TAG_VERSION=$(./scripts/travis/deploy/get-docker-image-tag-name.sh)