mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
Add the npm ci
This commit is contained in:
parent
92d447ec58
commit
7cd333f22b
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user