summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNadia Barbosa <nadiabarbosa@me.com>2018-08-22 15:15:22 -0700
committerNadia Barbosa <nadiabarbosa@me.com>2018-08-22 15:15:22 -0700
commit17586f22137ddddd350c46ee4987add0ce158e7b (patch)
treee8aa47468d7123911f85245b70187e80b0ed10a9
parentcb1f781a1897826ea69eb9787ea4a059686450d9 (diff)
downloadqtlocation-mapboxgl-upstream/update-doc-script-nb.tar.gz
[ios] Install node modules in document.shupstream/update-doc-script-nb
-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}