diff --git a/scripts/test.sh b/scripts/test.sh index d25df2d9..c6dc2355 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -69,6 +69,9 @@ cleanup trap cleanup EXIT case "$TARGET" in +"jsdoc") + npm run jsdoc + ;; "realmjs") xcodebuild -scheme RealmJS -configuration "$CONFIGURATION" -sdk iphonesimulator $DESTINATION build test ;;