Migrate deps:update to dev:update in standalone script

This commit is contained in:
Claudio Ortolina
2025-10-06 18:07:31 +03:00
parent a573dc8427
commit b075a18fb5
2 changed files with 13 additions and 60 deletions
+13
View File
@@ -0,0 +1,13 @@
#!/usr/bin/env bash
#MISE description="Update dependencies. Errors at the firsst outdated dependency"
set -e
npm update --prefix assets
mix do tailwind.update_version, esbuild.update_version, sqlean.update_version
mix deps.update --all
gh extension upgrade gfm-preview