Commit 49d5cb7
fix(ci): build WASM before website build in Lighthouse CI
The postbuild script hashes public/wasm/gosqlx.wasm to stamp a
content-addressed cache key into the service worker. Lighthouse CI
was missing the Go + WASM build steps that website.yml already has,
so the binary was absent and the build crashed with ENOENT.
Added: Setup Go 1.26 → make build in wasm/ → copy binary to public/wasm/
Reverted the existsSync guard hack added in the previous commit.
Bumped timeout to 15m to accommodate the Go build.1 parent 1d22d5d commit 49d5cb7
2 files changed
Lines changed: 14 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
20 | 32 | | |
21 | 33 | | |
22 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments