diff --git a/buildprocess/ci-deploy.sh b/buildprocess/ci-deploy.sh index d567c96166..4d619640e2 100644 --- a/buildprocess/ci-deploy.sh +++ b/buildprocess/ci-deploy.sh @@ -19,7 +19,7 @@ gh api /repos/${GITHUB_REPOSITORY}/statuses/${GITHUB_SHA} -f state=pending -f co # Install some tools we need from npm npm install -g https://github.com/terriajs/sync-dependencies npm install -g yarn@^1.19.0 -yarn add -W request@2.83.0 +yarn add -W request@^2.88.2 # Clone and build TerriaMap, using this version of TerriaJS TERRIAJS_COMMIT_HASH=$(git rev-parse HEAD) @@ -34,7 +34,7 @@ git commit -a -m 'temporary commit' # so the version doesn't indicate local modi git tag -a "TerriaMap-$TERRIAMAP_COMMIT_HASH--TerriaJS-$TERRIAJS_COMMIT_HASH" -m 'temporary tag' rm yarn.lock # because TerriaMap's yarn.lock won't reflect terriajs dependencies yarn install -yarn add -W moment@2.24.0 +yarn add -W moment@^2.30.1 yarn gulp build --baseHref="/${SAFE_BRANCH_NAME}/" pwd