Skip to content

Commit

Permalink
melos: starknet-devnet and starkli are now available in asdf plugins …
Browse files Browse the repository at this point in the history
…community (#405)
  • Loading branch information
ptisserand authored Oct 11, 2024
1 parent a3ab174 commit ffa4088
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ scripts:
starknet:setup:
description: Install starknet dev env
run: |
asdf plugin add starknet-devnet https://github.com/ptisserand/asdf-starknet-devnet.git
asdf plugin add starknet-devnet
asdf install starknet-devnet $STARKNET_DEVNET_VERSION
asdf local starknet-devnet $STARKNET_DEVNET_VERSION
asdf plugin add scarb
asdf install scarb $SCARB_VERSION
asdf local scarb $SCARB_VERSION
asdf plugin add starkli https://github.com/ptisserand/asdf-starkli.git
asdf plugin add starkli
asdf install starkli $STARKLI_VERSION
asdf local starkli $STARKLI_VERSION
Expand Down

0 comments on commit ffa4088

Please sign in to comment.