diff --git a/scripts/dev/outdated b/scripts/dev/outdated index c21252d1..6a118692 100755 --- a/scripts/dev/outdated +++ b/scripts/dev/outdated @@ -10,6 +10,7 @@ ensure_working_directory! npm outdated --prefix assets +# shellcheck disable=SC1010 mix do tailwind.check_version, esbuild.check_version, sqlean.check_version mix hex.outdated --all diff --git a/scripts/dev/update b/scripts/dev/update index 5cf345f0..1cebab13 100755 --- a/scripts/dev/update +++ b/scripts/dev/update @@ -10,6 +10,7 @@ ensure_working_directory! npm update --prefix assets +# shellcheck disable=SC1010 mix do tailwind.update_version, esbuild.update_version, sqlean.update_version mix deps.update --all