Add support for setup-ci with custom install dir

This commit is contained in:
Reinier Criel 2026-04-10 10:18:49 -07:00
parent 422963b38a
commit 1635bee387
6 changed files with 135 additions and 6 deletions

View file

@ -1,4 +1,4 @@
export PATH="$PATH:$HOME/.safe-chain/bin"
export PATH="$PATH:${SAFE_CHAIN_DIR:-$HOME/.safe-chain}/bin"
function npx() {
wrapSafeChainCommand "npx" "$@"