From 49c0f444353b0f3a65b25cd45c6baf7a6499e8e0 Mon Sep 17 00:00:00 2001 From: Vito Albano Date: Thu, 24 Jul 2025 09:40:13 +0100 Subject: [PATCH] Removed esm2022 check as is not supported anymore since Ng18 (#11058) --- scripts/github/build/npm-check-bundles.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/scripts/github/build/npm-check-bundles.sh b/scripts/github/build/npm-check-bundles.sh index 8c79c7c966..c131b74748 100755 --- a/scripts/github/build/npm-check-bundles.sh +++ b/scripts/github/build/npm-check-bundles.sh @@ -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