1
0

Add 'init' command, because template don't load submodules automatically

This commit is contained in:
Theo 2023-06-07 03:21:41 -07:00
parent 9aa716a234
commit 64378147fc

@ -6,6 +6,7 @@
"license": "MIT",
"private": false,
"scripts": {
"init": "cd lib && git clone --recurse-submodules https://github.com/foundry-rs/forge-std",
"test": "forge test"
},
"dependencies": {