From cc31c90563bb1e3551f8c8eef80f59f33ffe25f5 Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Fri, 10 Jul 2020 15:50:24 +0100 Subject: [PATCH] fix check bundles A10 --- scripts/npm-check-bundles.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/npm-check-bundles.sh b/scripts/npm-check-bundles.sh index 988ea8f9c4..8d776e9a9e 100755 --- a/scripts/npm-check-bundles.sh +++ b/scripts/npm-check-bundles.sh @@ -93,8 +93,8 @@ do echo "js.map ok!" fi - if [ ! -f package/esm5/$PACKAGE'.js' ]; then - error_out '31;1' "esm5/$PACKAGE.js not found!" >&2 + if [ ! -f package/fesm2015/$PACKAGE'.js' ]; then + error_out '31;1' "fesm2015/$PACKAGE.js not found!" >&2 exit 1 else echo "esm5 ok!"