fix check bundles A10

This commit is contained in:
Eugenio Romano 2020-07-10 15:50:24 +01:00
parent be83676a8e
commit cc31c90563

View File

@ -93,8 +93,8 @@ do
echo "js.map ok!" echo "js.map ok!"
fi fi
if [ ! -f package/esm5/$PACKAGE'.js' ]; then if [ ! -f package/fesm2015/$PACKAGE'.js' ]; then
error_out '31;1' "esm5/$PACKAGE.js not found!" >&2 error_out '31;1' "fesm2015/$PACKAGE.js not found!" >&2
exit 1 exit 1
else else
echo "esm5 ok!" echo "esm5 ok!"