echo "XX--- API CLI PR Verification: checks-setup start ---XX"

source $WORKSPACE/$PIPELINE_CONFIG_REPO_PATH/scripts/merge_check.sh
#source $WORKSPACE/$PIPELINE_CONFIG_REPO_PATH/scripts/approval_checker.sh "merge"
source $WORKSPACE/$PIPELINE_CONFIG_REPO_PATH/scripts/check_label.sh
echo "Approval"
source $WORKSPACE/$PIPELINE_CONFIG_REPO_PATH/scripts/code_setup.sh

# ensure we're located in the source app repo
cd "$WORKSPACE/$(load_repo app-repo path)"

# update the dependency in the source app
npm ci

echo "XX--- API CLI PR Verification: checks-setup end ---XX"
