Skip to content

Commit

Permalink
Update install command
Browse files Browse the repository at this point in the history
  • Loading branch information
EridianAlpha committed Apr 17, 2024
1 parent 605d64a commit b9b659b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ coverage:
install:
forge install foundry-rs/[email protected] --no-commit && \
forge install Cyfrin/[email protected] --no-commit && \
forge install openzeppelin/[email protected] --no-commit \
forge install openzeppelin/[email protected] --no-commit \
forge install uniswap/v3-core --no-commit \
forge install openzeppelin/[email protected] --no-commit && \
forge install openzeppelin/[email protected] --no-commit && \
forge install uniswap/v3-core --no-commit && \
forge install uniswap/v3-periphery --no-commit \

deploy:
Expand Down

0 comments on commit b9b659b

Please sign in to comment.