Since the ccs variable fix only adf-core has the theming.scss

This commit is contained in:
Maurizio Vitale 2021-10-07 11:37:07 +01:00
parent e1dbcdf7b6
commit 09a2aab424

View File

@ -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