Replace mix do with commas and use plus signs

This commit is contained in:
Claudio Ortolina
2025-10-16 09:43:10 +01:00
parent aef2e18d9e
commit c03c08788d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ npm outdated --prefix assets
debug_msg "Checking outdated tooling (tailwind, esbuild, sqlean)..."
# shellcheck disable=SC1010
mix do tailwind.check_version, esbuild.check_version, sqlean.check_version
mix do tailwind.check_version + esbuild.check_version + sqlean.check_version
debug_msg "Checking outdated mix dependencies"