mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-01-11 19:56:44 +00:00
chore(ci): don't mark whole run as failed when npm audit fix errors; only report the error
This commit is contained in:
parent
d0de004498
commit
50e9a53547
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue