Skip to content

Commit b1ca8ea

Browse files
committed
chore: modify deploy steps, build example
1 parent 11e04b4 commit b1ca8ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-example.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
- name: npm install packages
2424
run: npm install
2525

26-
- name: build storybook
27-
run: npm run build:storybook
26+
- name: build example
27+
run: npm run example:build
2828

2929
- name: deploy to S3
3030
env:

0 commit comments

Comments
 (0)