mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-18464] fix bundle check for js-api (#9117)
This commit is contained in:
@@ -37,8 +37,8 @@ do
|
||||
tar zxf 'alfresco-'$PACKAGE-$PKG_VERSION.tgz
|
||||
|
||||
if [ $PACKAGE == 'js-api' ]; then
|
||||
if [ ! -f package/esm2020/'alfresco-js-api.mjs' ]; then
|
||||
error_out '31;1' "esm2020/alfresco-js-api.mjs not found!" >&2
|
||||
if [ ! -f package/esm2015/'index.js' ]; then
|
||||
error_out '31;1' "esm2015/index.js not found!" >&2
|
||||
exit 1
|
||||
else
|
||||
echo "esm2020: ok"
|
||||
|
Reference in New Issue
Block a user