(no commit message provided)

This commit is contained in:
Prad Nukala
2024-08-10 17:19:59 -04:00
committed by Prad Nukala (aider)
parent e8317c4955
commit d6998303e8
8 changed files with 7144 additions and 6368 deletions
+3 -1
View File
@@ -7,8 +7,10 @@
},
"shell": {
"scripts": {
"install": ["make install"],
"proto": ["make proto-gen"],
"ps": ["devbox services ls"]
"build": ["go build -o ./bin/sonrd ./cmd/sonrd"],
"testnet": ["make sh-testnet"]
}
}
}