Skip to content

Commit ab5e8e5

Browse files
committed
Add storybook build step to deploy workflow
1 parent 16edcac commit ab5e8e5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/reusable-deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ jobs:
5959
- name: Build the app
6060
run: npm run build
6161

62+
- name: Build storybook
63+
run: npm run build:storybook
64+
6265
- name: Configure AWS credentials
6366
uses: aws-actions/configure-aws-credentials@v6.0.0
6467
with:

0 commit comments

Comments
 (0)