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