mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Removed esm2022 check as is not supported anymore since Ng18 (#11058)
This commit is contained in:
@@ -52,13 +52,6 @@ do
|
||||
echo "fesm2022: ok"
|
||||
fi
|
||||
|
||||
if [ ! -f package/esm2022/$PACKAGE'.mjs' ]; then
|
||||
error_out '31;1' "esm2022/$PACKAGE.mjs not found!" >&2
|
||||
exit 1
|
||||
else
|
||||
echo "esm2020: ok"
|
||||
fi
|
||||
|
||||
if [ ! -f package/fesm2022/$PACKAGE'.mjs' ]; then
|
||||
error_out '31;1' "fesm2022/$PACKAGE.mjs not found!" >&2
|
||||
exit 1
|
||||
|
Reference in New Issue
Block a user