From b2ac4b4169c728528561526472152c5a2c554a99 Mon Sep 17 00:00:00 2001 From: Maurizio Vitale Date: Wed, 31 Aug 2022 13:28:23 +0100 Subject: [PATCH] Not anymore used (#7802) --- scripts/travis/build/npm-check-bundles.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/scripts/travis/build/npm-check-bundles.sh b/scripts/travis/build/npm-check-bundles.sh index 98081e91df..b1fc85af46 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