feat: pnpm workspace, deep links, and web repos page (#476)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Wes
2026-05-04 17:09:25 -07:00
committed by GitHub
co-authored by Claude Opus 4.6
parent 32e97b34d1
commit 4d0cd58d35
27 changed files with 1517 additions and 3276 deletions
+16
View File
@@ -190,6 +190,22 @@ jobs:
/tmp/sprout-relay.log
if-no-files-found: ignore
web:
name: Web
runs-on: ubuntu-latest
timeout-minutes: 15
permissions:
contents: read
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: cashapp/activate-hermit@e49f5cb4dd64ff0b0b659d1d8df499595451155a # v1
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Web lint and format
run: just web-check
- name: Web build
run: just web-build
mobile:
name: Mobile
runs-on: ubuntu-latest