mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
fix check bundles A10
This commit is contained in:
parent
be83676a8e
commit
cc31c90563
@ -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!"
|
||||
|
Loading…
x
Reference in New Issue
Block a user