summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2018-05-29 17:04:33 -0400
committerJason Wray <jason@mapbox.com>2018-05-29 17:04:33 -0400
commit43efd61813dfddb0ac673314350d95aa1a86b8cb (patch)
treede985cd24a140889c3b417b90f58a795a6ef0c7c
parent884721c71f1dacd1ded0995f9499a870d3027842 (diff)
downloadqtlocation-mapboxgl-upstream/fb-install-npm-packages-before-deploying.tar.gz
[ios, build] Install npm packages before deployingios-v4.0.2upstream/fb-install-npm-packages-before-deploying
-rwxr-xr-xplatform/ios/scripts/deploy-packages.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/ios/scripts/deploy-packages.sh b/platform/ios/scripts/deploy-packages.sh
index 643475f680..4197a26678 100755
--- a/platform/ios/scripts/deploy-packages.sh
+++ b/platform/ios/scripts/deploy-packages.sh
@@ -95,6 +95,7 @@ git checkout ${VERSION_TAG}
step "Deploying version ${PUBLISH_VERSION}…"
make clean && make distclean
+npm install --ignore-scripts
mkdir -p ${BINARY_DIRECTORY}
if [[ "${GITHUB_RELEASE}" == true ]]; then