refactor: move dwn wasm build to pkg directory

This commit is contained in:
Prad Nukala
2024-09-30 00:13:58 -04:00
parent 9fcdfe5243
commit 4a76f105af
9 changed files with 9 additions and 12 deletions
+1 -1
View File
@@ -302,7 +302,7 @@ motr:
dwn:
@echo "(dwn) Building dwn.wasm -> IPFS Vault"
GOOS=js GOARCH=wasm go build -o ./x/vault/types/internal/app.wasm ./x/vault/client/dwn/dwn.go
GOOS=js GOARCH=wasm go build -o ./pkg/dwn/app.wasm ./x/vault/client/dwn/dwn.go
templ:
@echo "(templ) Generating templ files"