holic / web3-scaffold

Quickly get up and running on web3
148 stars 19 forks source link

Add a Makefile for faster commands? #55

Open davisshaver opened 2 years ago

davisshaver commented 2 years ago

Makefiles run commands faster than NPM. Maybe we could add a Makefile to the contracts package? Although this might not have any benefit over running forge commands directly.

jamiew commented 2 years ago

honestly the only forge option I tend to use a lot of is -vv

but would be nice for things like mainnet forking, or perhaps even deploys?