Skip to content

Commit

Permalink
fix makefile indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
godzillaba committed Aug 17, 2023
1 parent d6419e4 commit 9cf2bce
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
-include .env

# deps
install :; yarn
install :; yarn

# Build & test
build :; forge build
coverage :; forge coverage
gas :; forge test --gas-report
gas-check :; forge snapshot --check
snapshot :; forge snapshot
build :; forge build
coverage :; forge coverage
gas :; forge test --gas-report
gas-check :; forge snapshot --check
snapshot :; forge snapshot
test-unit :; forge test -vvv
clean :; forge clean
fmt :; forge fmt
clean :; forge clean
fmt :; forge fmt
gen-network :; yarn gen:network
test : test-unit
test : test-unit
test-integration :; yarn test:integration
test-action-storage :; ./scripts/test-action-storage.sh

0 comments on commit 9cf2bce

Please sign in to comment.