Fix deploy wrapper argument forwarding

This commit is contained in:
dirtydishes 2026-05-15 20:52:46 -04:00
parent df49af1ba2
commit d7e984ce54
3 changed files with 4 additions and 1 deletions

2
deploy
View file

@ -2,4 +2,4 @@
set -euo pipefail
repo_root="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
exec bun run "$repo_root/scripts/deploy.ts" "$@"
exec bun run "$repo_root/scripts/deploy.ts" -- "$@"