Do not bail out at the first error when running dev:outdated

This commit is contained in:
Claudio Ortolina
2025-10-25 09:16:21 +01:00
parent f02564fa30
commit 6e9b4701b3
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
#!/usr/bin/env bash
#MISE description="Show outdated dependencies. Errors at the firsst outdated dependency"
#MISE description="Show outdated dependencies."
set -e
# We purposefully do not set `set -e` here, as we want to see all outdated dependencies at once.
source "$(git rev-parse --show-toplevel)/scripts/_helpers.sh"