Open davisshaver opened 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.
forge
honestly the only forge option I tend to use a lot of is -vv
-vv
but would be nice for things like mainnet forking, or perhaps even deploys?
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.