Skip to content

Commit bd2fa9e

Browse files
committed
ci: add postbuild script
1 parent c2ba466 commit bd2fa9e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cd-storybook.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
- name: Build storybook
3434
run: npm run build:storybook
3535

36+
- name: Post build
37+
run: npm run postbuild
38+
3639
- name: Upload artifact
3740
uses: actions/upload-pages-artifact@v1
3841
with:

0 commit comments

Comments
 (0)