refactor: move nebula assets to hway build directory

This commit is contained in:
Prad Nukala
2024-10-09 00:37:50 -04:00
parent a3edb65613
commit 5df9d4a3e5
7 changed files with 115 additions and 213 deletions
+12 -41
View File
@@ -31,47 +31,18 @@
},
"shell": {
"scripts": {
"build:docker": [
"make local-image"
],
"build:hway": [
"make build-nebula",
"make build-hway"
],
"build:nebula": [
"make build-nebula"
],
"build:motr": [
"make build-motr"
],
"build:sonrd": [
"make build-motr",
"make build"
],
"build": [
"make build-motr",
"make build",
"make build-hway"
],
"gen:proto": [
"rm -rf ./pkg/nebula/node_modules",
"make proto-gen"
],
"gen:pkl": [
"make gen-pkl"
],
"gen:templ": [
"make gen-templ"
],
"start": [
"process-compose up -f ./deploy/process-compose.yaml"
],
"stop": [
"process-compose down -f ./deploy/process-compose.yaml"
],
"start:testnet": [
"make sh-testnet"
]
"build:docker": ["make local-image"],
"build:hway": ["make build-nebula", "make build-hway"],
"build:nebula": ["make build-nebula"],
"build:motr": ["make build-motr"],
"build:sonrd": ["make build-motr", "make build"],
"build": ["make build-motr", "make build", "make build-hway"],
"gen:proto": ["rm -rf ./pkg/nebula/node_modules", "make proto-gen"],
"gen:pkl": ["make gen-pkl"],
"gen:templ": ["make gen-templ"],
"start": ["process-compose up -f ./deploy/process-compose.yaml"],
"stop": ["process-compose down -f ./deploy/process-compose.yaml"],
"start:testnet": ["make sh-testnet"]
}
}
}