mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
AAE-34390 Clean old theming files (#10800)
This commit is contained in:
@@ -44,15 +44,6 @@ do
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ $PACKAGE == 'adf-core' ]; then
|
||||
if [ ! -f package/lib/prebuilt-themes/'adf-blue-orange.css' ]; then
|
||||
error_out '31;1' "$PACKAGE prebuilt-theme: adf-blue-orange.css not found!" >&2
|
||||
exit 1
|
||||
else
|
||||
echo "prebuilt-theme: ok"
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ $PACKAGE != 'js-api' ] && [ $PACKAGE != 'eslint-plugin-eslint-angular' ]; then
|
||||
if [ ! -f package/fesm2022/$PACKAGE'.mjs' ]; then
|
||||
error_out '31;1' "fesm2015/$PACKAGE.mjs not found!" >&2
|
||||
|
Reference in New Issue
Block a user