You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Add --package flag to pgpm deploy to avoid interactive prompt
The pgpm deploy command was showing an interactive prompt to choose a package
instead of actually deploying. This fix adds a 'package' parameter to the
seed.pgpm() adapter that passes --package to pgpm deploy, avoiding the
interactive prompt in CI/non-interactive environments.
0 commit comments