[PRODENG-211] update npm bundle check (#9103)

* update js-api bundle check

* rework bundle checks
This commit is contained in:
Denys Vuika
2023-11-21 13:56:00 +00:00
committed by GitHub
parent 8687e86cf6
commit 4b3e101586
2 changed files with 87 additions and 113 deletions

View File

@@ -20,9 +20,7 @@ runs:
id: sha_out
run: |
if [[ -z $TAG_NPM ]]; then
echo "TAG_NPM not set, aborting"
exit 1
echo "TAG_NPM not set, aborting"
exit 1
fi
ADF_VERSION=$(npm view @alfresco/adf-core@${TAG_NPM} version)
echo "check bundle on TAG_NPM='${TAG_NPM}' and ADF_VERSION='${ADF_VERSION}'"
./scripts/github/build/npm-check-bundles.sh -v ${ADF_VERSION}
./scripts/github/build/npm-check-bundles.sh