Skip to content

Commit

Permalink
Update Makefile (#19)
Browse files Browse the repository at this point in the history
Update foundry-devops edition
  • Loading branch information
VoteTheWorld authored Nov 29, 2023
1 parent c656a4a commit 443b726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ clean :; forge clean
# Remove modules
remove :; rm -rf .gitmodules && rm -rf .git/modules/* && rm -rf lib && touch .gitmodules && git add . && git commit -m "modules"

install :; forge install Cyfrin/foundry-devops@0.0.11 --no-commit && forge install foundry-rs/[email protected] --no-commit && forge install openzeppelin/[email protected] --no-commit
install :; forge install Cyfrin/foundry-devops@0.1.0 --no-commit && forge install foundry-rs/[email protected] --no-commit && forge install openzeppelin/[email protected] --no-commit

# Update Dependencies
update:; forge update
Expand Down

0 comments on commit 443b726

Please sign in to comment.