-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
605d64a
commit b9b659b
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|