mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
ACS-5290 Fixed script (#8635)
This commit is contained in:
@@ -82,7 +82,7 @@ if [ $PACKAGE == 'adf-core' ]; then
|
||||
|
||||
fi
|
||||
|
||||
if [ $PACKAGE != 'adf-testing' ]; then
|
||||
if [ $PACKAGE != 'adf-testing' ] && [ $PACKAGE != 'eslint-plugin-eslint-angular' ]; then
|
||||
|
||||
if [ ! -f package/fesm2015/$PACKAGE'.mjs' ]; then
|
||||
error_out '31;1' "fesm2015/$PACKAGE.mjs not found!" >&2
|
||||
|
Reference in New Issue
Block a user