From 42cc3944d8337d6444731e8f62b9598f3b96ad6f Mon Sep 17 00:00:00 2001 From: VitoAlbano Date: Wed, 23 Jul 2025 17:54:03 +0100 Subject: [PATCH] Removed esm2022 check as new angular builders won't generate the folder anymore --- 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