diff options
author | Nadia Barbosa <nadiabarbosa@me.com> | 2018-08-22 15:15:22 -0700 |
---|---|---|
committer | Nadia Barbosa <captainbarbosa@users.noreply.github.com> | 2018-08-23 09:06:35 -0700 |
commit | 51f3842a28f579e6da0389f4634e89b8374a3f9e (patch) | |
tree | 79d5e8ba9f121a15f25d88fccecd0e7a30b402b9 | |
parent | fc26f2a6caadbc4c91f3624b62a635d05f9c4aab (diff) | |
download | qtlocation-mapboxgl-51f3842a28f579e6da0389f4634e89b8374a3f9e.tar.gz |
[ios] Install node modules in document.sh
-rwxr-xr-x | platform/ios/scripts/document.sh | 1 |
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} |