Skip to content

Commit eda56d8

Browse files
committed
chore: update aat, vrt reports
1 parent 4c012b9 commit eda56d8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/aat-reports.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
cache: 'npm'
2828
- name: Install dependencies
2929
run: npm ci
30+
- name: Build react depencencies
31+
run: npm run build -w @primer/dynamic-list-element
3032
- name: Build storybook
3133
run: npx storybook build
3234
working-directory: packages/react

.github/workflows/vrt-reports.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
cache: 'npm'
2828
- name: Install dependencies
2929
run: npm ci
30+
- name: Build react depencencies
31+
run: npm run build -w @primer/dynamic-list-element
3032
- name: Build storybook
3133
run: npx storybook build
3234
working-directory: packages/react

0 commit comments

Comments
 (0)