fix: include assets generation in wasm build

This commit is contained in:
Prad Nukala 2024-10-21 13:01:51 -04:00
parent 937b65ae95
commit 10f5bfef67
2 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ tasks:
GOOS: js
GOARCH: wasm
cmds:
- make assets-gen
- go build -o build/app.wasm main.go
hway:dev:

Binary file not shown.