diff --git a/.github/workflows/reusable-deploy.yml b/.github/workflows/reusable-deploy.yml index a6a37ec..c9e7aed 100644 --- a/.github/workflows/reusable-deploy.yml +++ b/.github/workflows/reusable-deploy.yml @@ -59,6 +59,9 @@ jobs: - name: Build the app run: npm run build + - name: Build storybook + run: npm run build:storybook + - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v6.0.0 with: