Skip to content

Commit f1d97db

Browse files
ci: build packages before qti a11y checks PIE-605
Ensure dist-only package imports are available before the demo accessibility suite starts its dev server. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent f16b605 commit f1d97db

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,9 @@ jobs:
195195
cd apps/demo
196196
bunx playwright install --with-deps chromium
197197
198+
- name: Build packages
199+
run: bun run build
200+
198201
- name: Run accessibility verification
199202
run: bun run verify:a11y
200203

0 commit comments

Comments
 (0)