We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd2fa9e commit 4771be9Copy full SHA for 4771be9
.github/workflows/cd-npm.yml
@@ -28,6 +28,9 @@ jobs:
28
- name: Build
29
run: npm run build
30
31
+ - name: Post build
32
+ run: npm run postbuild
33
+
34
- name: Publish package on npmjs.org
35
run: npm publish ./storybook-static --access public
36
env:
.github/workflows/cd-storybook.yml
@@ -33,9 +33,6 @@ jobs:
- name: Build storybook
run: npm run build:storybook
- - name: Post build
37
- run: npm run postbuild
38
-
39
- name: Upload artifact
40
uses: actions/upload-pages-artifact@v1
41
with:
0 commit comments