1 parent e37b9fe commit e6d9fe9Copy full SHA for e6d9fe9
3 files changed
.github/workflows/pages.yml
@@ -31,6 +31,7 @@ jobs:
31
node-version: 22
32
cache: pnpm
33
- run: pnpm install --frozen-lockfile=false
34
+ - run: pnpm --filter @csvshape/core build
35
- run: pnpm --filter @csvshape/web build
36
env:
37
VITE_APP_BASE_PATH: /${{ github.event.repository.name }}/
README.md
@@ -24,6 +24,8 @@ Historical UI screenshots (pre-refresh) remain in `docs/qc/screenshots/` for QC
24
- `/csv-pivot-online/`
25
- `/jsonl-tools/`
26
- `/miller-online/`
27
+- `/privacy/`
28
+- `/terms/`
29
30
## Development
docs/qc/SECTION_21_STATUS.md
@@ -1,6 +1,6 @@
1
# CSVShape Section 21 Status
2
3
-Run date: 2026-05-29
+Run date: 2026-05-31
4
Branch: `main`
5
Status source: local repo and hosted deployment verification
6
0 commit comments