summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNadia Barbosa <nadiabarbosa@me.com>2018-08-22 15:15:22 -0700
committerNadia Barbosa <captainbarbosa@users.noreply.github.com>2018-08-23 09:06:35 -0700
commit51f3842a28f579e6da0389f4634e89b8374a3f9e (patch)
tree79d5e8ba9f121a15f25d88fccecd0e7a30b402b9
parentfc26f2a6caadbc4c91f3624b62a635d05f9c4aab (diff)
downloadqtlocation-mapboxgl-51f3842a28f579e6da0389f4634e89b8374a3f9e.tar.gz
[ios] Install node modules in document.sh
-rwxr-xr-xplatform/ios/scripts/document.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/ios/scripts/document.sh b/platform/ios/scripts/document.sh
index 19fce4a0f9..99c8967aa1 100755
--- a/platform/ios/scripts/document.sh
+++ b/platform/ios/scripts/document.sh
@@ -35,6 +35,7 @@ mkdir -p /tmp/mbgl/
step "Generating readme and release notes"
README=/tmp/mbgl/README.md
+npm install --ignore-scripts
node platform/ios/scripts/release-notes.js jazzy >> "${README}"
rm -rf ${OUTPUT}