mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-03 01:41:44 +00:00
refactor: Deployment setup
This commit is contained in:
@@ -26,9 +26,9 @@
|
||||
"init_hook": ["export ROOT=$(git rev-parse --show-toplevel)"],
|
||||
"scripts": {
|
||||
"devnet": ["cd $ROOT", "make sh-testnet"],
|
||||
"ipfs": ["ipfs daemon"],
|
||||
"ipfs": ["cd $ROOT", "make setup-ipfs", "ipfs daemon"],
|
||||
"air": ["cd $ROOT", "air"],
|
||||
"gex": ["gex"]
|
||||
"gex": ["go install github.com/cosmos/gex@latest", "gex"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user