refactor: remove unused dependencies

This commit is contained in:
Prad Nukala
2024-09-05 14:18:22 -04:00
parent ae99abf2c4
commit 2c602138ff
9 changed files with 4 additions and 27 deletions
+1 -2
View File
@@ -18,11 +18,10 @@
},
"shell": {
"scripts": {
"init": ["make install", "sonrd init"],
"init": ["make install", "sh ./scripts/test_node.sh"],
"gen": ["make proto-gen", "make vault", "make templ"],
"build": ["make build", "make local-image"],
"testnet": ["make install", "make sh-testnet"],
"icnet": ["make install", "make testnet"],
"explorer": ["make explorer"]
}
}