We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11e04b4 commit b1ca8eaCopy full SHA for b1ca8ea
1 file changed
.github/workflows/deploy-example.yml
@@ -23,8 +23,8 @@ jobs:
23
- name: npm install packages
24
run: npm install
25
26
- - name: build storybook
27
- run: npm run build:storybook
+ - name: build example
+ run: npm run example:build
28
29
- name: deploy to S3
30
env:
0 commit comments