Skip to content

Commit f6441f9

Browse files
authored
fix: main preview build action (#460)
1 parent 95955ab commit f6441f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: npm ci
2222
shell: bash
2323
- name: Build Storybook
24-
run: npx build-storybook
24+
run: npx sb build
2525
shell: bash
2626
- name: Upload to S3
2727
uses: gravity-ui/preview-upload-to-s3-action@v1

0 commit comments

Comments
 (0)