mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-23 21:10:01 +00:00
only test jsdocs release
This commit is contained in:
parent
beefcd4835
commit
f723c7b303
@ -4,7 +4,7 @@ set -o pipefail
|
||||
set -e
|
||||
|
||||
TARGET="$1"
|
||||
CONFIGURATION="${2:-"Debug"}"
|
||||
CONFIGURATION="${2:-"Release"}"
|
||||
DESTINATION=
|
||||
PATH="/opt/android-sdk-linux/platform-tools:$PATH"
|
||||
SRCROOT=$(cd "$(dirname "$0")/.." && pwd)
|
||||
@ -80,6 +80,9 @@ case "$TARGET" in
|
||||
npm run lint .
|
||||
;;
|
||||
"jsdoc")
|
||||
if [[ $CONFIGURATION == 'Debug' ]]; then
|
||||
exit 0
|
||||
fi
|
||||
npm run jsdoc
|
||||
;;
|
||||
"realmjs")
|
||||
|
Loading…
x
Reference in New Issue
Block a user