Skip to content

Commit e6d9fe9

Browse files
committed
fix(ci): build core package before Pages deploy
1 parent e37b9fe commit e6d9fe9

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
node-version: 22
3232
cache: pnpm
3333
- run: pnpm install --frozen-lockfile=false
34+
- run: pnpm --filter @csvshape/core build
3435
- run: pnpm --filter @csvshape/web build
3536
env:
3637
VITE_APP_BASE_PATH: /${{ github.event.repository.name }}/

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ Historical UI screenshots (pre-refresh) remain in `docs/qc/screenshots/` for QC
2424
- `/csv-pivot-online/`
2525
- `/jsonl-tools/`
2626
- `/miller-online/`
27+
- `/privacy/`
28+
- `/terms/`
2729

2830
## Development
2931

docs/qc/SECTION_21_STATUS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CSVShape Section 21 Status
22

3-
Run date: 2026-05-29
3+
Run date: 2026-05-31
44
Branch: `main`
55
Status source: local repo and hosted deployment verification
66

0 commit comments

Comments
 (0)