revert some test logic for tests in Debug

This commit is contained in:
blagoev 2017-03-27 15:38:46 +03:00
parent c5cad2fcd5
commit b7095f4a70
1 changed files with 2 additions and 0 deletions

View File

@ -244,6 +244,7 @@ rm -rf ~/.yarn-cache/npm-realm-*
case "$TARGET" in
"eslint")
[[ $CONFIGURATION == 'Debug' ]] && exit 0
npm run eslint
;;
"eslint-ci")
@ -252,6 +253,7 @@ case "$TARGET" in
./node_modules/.bin/eslint -f checkstyle . > eslint.xml || true
;;
"license-check")
[[ $CONFIGURATION == 'Debug' ]] && exit 0
npm run license-check
;;
"jsdoc")