We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c012b9 commit eda56d8Copy full SHA for eda56d8
.github/workflows/aat-reports.yml
@@ -27,6 +27,8 @@ jobs:
27
cache: 'npm'
28
- name: Install dependencies
29
run: npm ci
30
+ - name: Build react depencencies
31
+ run: npm run build -w @primer/dynamic-list-element
32
- name: Build storybook
33
run: npx storybook build
34
working-directory: packages/react
.github/workflows/vrt-reports.yml
0 commit comments