Files
music_library/scripts/dev/outdated
T
2025-10-06 22:46:59 +03:00

12 lines
248 B
Bash
Executable File

#!/usr/bin/env bash
#MISE description="Show outdated dependencies. Errors at the firsst outdated dependency"
set -e
npm outdated --prefix assets
mix do tailwind.check_version, esbuild.check_version, sqlean.check_version
mix hex.outdated --all