Commit 7f307b3
fix(ci): restore production — remove doubled working-directory from Vercel deploy steps (#419)
* fix(website): broken doc links, WASM service worker cache versioning, 404 status
- Issue #397: not-found.tsx is already correct Next.js App Router structure
(no changes needed — returns HTTP 404 automatically for unmatched routes)
- Issue #398: Replace relative .md file links with website doc routes in
GETTING_STARTED.md, CLI_GUIDE.md, USAGE_GUIDE.md, LINTING_RULES.md,
CONFIGURATION.md, API_REFERENCE.md, SQL_COMPATIBILITY.md
- Issue #403: Version WASM service worker cache key (gosqlx-wasm-v2),
add self.clients.claim() on activate, scope cache deletion to
gosqlx-wasm-* prefix only, guard fetch with response.ok check
Closes #397, #398, #403
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* fix(ci): remove working-directory: website from Vercel CLI steps
The Vercel project has rootDirectory=website in the dashboard. Running
vercel CLI from website/ CWD caused doubled-path resolution:
website/website/package.json → ENOENT on every deploy since 2026-03-17.
Running from repo root lets Vercel CLI resolve rootDirectory=website
correctly (repo_root/website/), so WASM binary copied to
website/public/wasm/ in the Build WASM step is included in the artifact.
Fixes: 3 consecutive production deploy failures, WASM 404 in playground.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* fix(ci): remove path filter from claude-code-review — runs on all PR pushes
Path filter caused the workflow to skip on synchronize events where only
non-matched files changed (e.g., .yml, .md). The opened event bypasses
path filtering so it ran on first push but not on subsequent pushes.
Also adds workflow_dispatch for manual triggering and reopened type.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Ajit Pratap Singh <ajitpratapsingh@Ajits-Mac-mini-2655.local>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 928de4e commit 7f307b3
2 files changed
Lines changed: 2 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
| 5 | + | |
| 6 | + | |
14 | 7 | | |
15 | 8 | | |
16 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | 54 | | |
56 | 55 | | |
57 | 56 | | |
58 | 57 | | |
59 | 58 | | |
60 | 59 | | |
61 | | - | |
62 | 60 | | |
63 | 61 | | |
64 | 62 | | |
65 | 63 | | |
66 | 64 | | |
67 | 65 | | |
68 | | - | |
69 | 66 | | |
70 | 67 | | |
71 | 68 | | |
0 commit comments