Skip to content

Commit

Permalink
Not anymore used (#7802)
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriziovitale committed Aug 31, 2022
1 parent 109e997 commit b2ac4b4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions scripts/travis/build/npm-check-bundles.sh
Expand Up @@ -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
Expand Down

0 comments on commit b2ac4b4

Please sign in to comment.