diff --git a/npm-audit-fix.sh b/npm-audit-fix.sh index a288245b5b..ebecd86b8c 100644 --- a/npm-audit-fix.sh +++ b/npm-audit-fix.sh @@ -26,7 +26,7 @@ while IFS= read -r -d '' package_json; do if ! npm audit fix; then echo "npm audit fix failed in ${DISPLAY_DIR:-.}" >&2 - EXIT_CODE=1 + # In this case do not do anyting, just report the error fi cd "$ROOT_DIR"