revert some test logic for tests in Debug
This commit is contained in:
parent
c5cad2fcd5
commit
b7095f4a70
|
@ -244,6 +244,7 @@ rm -rf ~/.yarn-cache/npm-realm-*
|
||||||
|
|
||||||
case "$TARGET" in
|
case "$TARGET" in
|
||||||
"eslint")
|
"eslint")
|
||||||
|
[[ $CONFIGURATION == 'Debug' ]] && exit 0
|
||||||
npm run eslint
|
npm run eslint
|
||||||
;;
|
;;
|
||||||
"eslint-ci")
|
"eslint-ci")
|
||||||
|
@ -252,6 +253,7 @@ case "$TARGET" in
|
||||||
./node_modules/.bin/eslint -f checkstyle . > eslint.xml || true
|
./node_modules/.bin/eslint -f checkstyle . > eslint.xml || true
|
||||||
;;
|
;;
|
||||||
"license-check")
|
"license-check")
|
||||||
|
[[ $CONFIGURATION == 'Debug' ]] && exit 0
|
||||||
npm run license-check
|
npm run license-check
|
||||||
;;
|
;;
|
||||||
"jsdoc")
|
"jsdoc")
|
||||||
|
|
Loading…
Reference in New Issue