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,5 @@
set -gx PATH $PATH $HOME/.safe-chain/bin
set -l safe_chain_base (if set -q SAFE_CHAIN_DIR; echo $SAFE_CHAIN_DIR; else; echo $HOME/.safe-chain; end)
set -gx PATH $PATH $safe_chain_base/bin
function npx
wrapSafeChainCommand "npx" $argv