From 51f3842a28f579e6da0389f4634e89b8374a3f9e Mon Sep 17 00:00:00 2001 From: Nadia Barbosa Date: Wed, 22 Aug 2018 15:15:22 -0700 Subject: [ios] Install node modules in document.sh --- platform/ios/scripts/document.sh | 1 + 1 file changed, 1 insertion(+) 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} -- cgit v1.2.1