Do not bail out at the first error when running dev:outdated
This commit is contained in:
@@ -69,10 +69,10 @@ mise run dev:console
|
|||||||
# Run static checks (format, credo, gettext)
|
# Run static checks (format, credo, gettext)
|
||||||
mise run dev:lint
|
mise run dev:lint
|
||||||
|
|
||||||
# Show outdated dependencies (errors at first outdated)
|
# Show outdated dependencies
|
||||||
mise run dev:outdated
|
mise run dev:outdated
|
||||||
|
|
||||||
# Update dependencies (errors at first outdated)
|
# Update dependencies
|
||||||
mise run dev:update
|
mise run dev:update
|
||||||
|
|
||||||
# Fix translation file conflicts
|
# Fix translation file conflicts
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
#!/usr/bin/env bash
|
#!/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"
|
source "$(git rev-parse --show-toplevel)/scripts/_helpers.sh"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user