Skip to content
This repository was archived by the owner on Nov 6, 2024. It is now read-only.

Commit 91618f7

Browse files
authored
Merge pull request #103 from emulsify-ds/compound-101-storybook-deploy-issue
fix(101): storybook deploy error - 2
2 parents 424e58c + 7eee509 commit 91618f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-component-library.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install dependencies
1717
run: npm ci
1818
- name: Build storybook
19-
run: storybook:build
19+
run: npm run storybook:build
2020
- name: Deploy storybook
2121
run: npm run storybook:deploy -- --source-branch main --ci
2222
env:

0 commit comments

Comments
 (0)