ACS-5290 Fixed script (#8635)

This commit is contained in:
AleksanderSklorz 2023-06-07 16:18:40 +02:00 committed by GitHub
parent a612263762
commit 63e87c4bf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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