diff --git a/scripts/travis/build/npm-check-bundles.sh b/scripts/travis/build/npm-check-bundles.sh index 8d776e9a9e..44286190c7 100755 --- a/scripts/travis/build/npm-check-bundles.sh +++ b/scripts/travis/build/npm-check-bundles.sh @@ -108,16 +108,12 @@ do fi if [ ! -f package/_theming.scss ]; then - if [ $PACKAGE == 'adf-extensions' ]; then - echo "no style needed" - elif [ $PACKAGE == 'adf-testing' ]; then - echo "no style needed" - else + if [ $PACKAGE == 'adf-core' ]; then error_out '31;1' "$PACKAGE style not found!" >&2 exit 1 fi else - echo "style ok!" + echo "no style needed" fi if [ ! -f package/README.md ]; then