mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 20:20:49 +00:00
Add support for setup-ci with custom install dir
This commit is contained in:
parent
422963b38a
commit
1635bee387
6 changed files with 135 additions and 6 deletions
|
|
@ -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" "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue