Skip to content

Commit 78c4c27

Browse files
committed
Bundle AXe for CI runs to ensure StackBlitz deployments include AXe
1 parent d11327e commit 78c4c27

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
@@ -26,6 +26,9 @@ jobs:
2626
- name: Install dependencies
2727
run: npm ci
2828

29+
- name: Bundle AXe artifacts
30+
run: npm run bundle:axe
31+
2932
- name: Build (tsup)
3033
run: npm run build:tsup
3134

0 commit comments

Comments
 (0)