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
|
set -e
|
||||||
|
|
||||||
TARGET="$1"
|
TARGET="$1"
|
||||||
CONFIGURATION="${2:-"Debug"}"
|
CONFIGURATION="${2:-"Release"}"
|
||||||
DESTINATION=
|
DESTINATION=
|
||||||
PATH="/opt/android-sdk-linux/platform-tools:$PATH"
|
PATH="/opt/android-sdk-linux/platform-tools:$PATH"
|
||||||
SRCROOT=$(cd "$(dirname "$0")/.." && pwd)
|
SRCROOT=$(cd "$(dirname "$0")/.." && pwd)
|
||||||
@ -80,6 +80,9 @@ case "$TARGET" in
|
|||||||
npm run lint .
|
npm run lint .
|
||||||
;;
|
;;
|
||||||
"jsdoc")
|
"jsdoc")
|
||||||
|
if [[ $CONFIGURATION == 'Debug' ]]; then
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
npm run jsdoc
|
npm run jsdoc
|
||||||
;;
|
;;
|
||||||
"realmjs")
|
"realmjs")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user