There was an error while loading. Please reload this page.
1 parent 16edcac commit ab5e8e5Copy full SHA for ab5e8e5
1 file changed
.github/workflows/reusable-deploy.yml
@@ -59,6 +59,9 @@ jobs:
59
- name: Build the app
60
run: npm run build
61
62
+ - name: Build storybook
63
+ run: npm run build:storybook
64
+
65
- name: Configure AWS credentials
66
uses: aws-actions/configure-aws-credentials@v6.0.0
67
with:
0 commit comments