diff --git a/scripts/travis/build/npm-check-bundles.sh b/scripts/travis/build/npm-check-bundles.sh index 98081e91dfa..b1fc85af46f 100755 --- a/scripts/travis/build/npm-check-bundles.sh +++ b/scripts/travis/build/npm-check-bundles.sh @@ -79,13 +79,6 @@ if [ $PACKAGE == 'adf-core' ]; then echo "prebuilt-theme ok!" fi - if [ ! -f package/'app.config.schema.json' ]; then - error_out '31;1' "$PACKAGE schema not found!" >&2 - exit 1 - else - echo "schema ok!" - fi - fi if [ $PACKAGE != 'adf-testing' ]; then