mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-06-30 18:15:11 +00:00
ACS-5290 Fixed script (#8635)
This commit is contained in:
parent
a612263762
commit
63e87c4bf1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user