Skip to content

Commit 4771be9

Browse files
committed
ci: fix adding postbuild script
1 parent bd2fa9e commit 4771be9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cd-npm.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
- name: Build
2929
run: npm run build
3030

31+
- name: Post build
32+
run: npm run postbuild
33+
3134
- name: Publish package on npmjs.org
3235
run: npm publish ./storybook-static --access public
3336
env:

.github/workflows/cd-storybook.yml

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

36-
- name: Post build
37-
run: npm run postbuild
38-
3936
- name: Upload artifact
4037
uses: actions/upload-pages-artifact@v1
4138
with:

0 commit comments

Comments
 (0)