Fix deploy wrapper argument forwarding
This commit is contained in:
parent
df49af1ba2
commit
d7e984ce54
3 changed files with 4 additions and 1 deletions
2
deploy
2
deploy
|
|
@ -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" -- "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue