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

Commit bf21a17

Browse files
author
Callin Mullaney
committed
fix: broken github actions due to use an old build command
1 parent fdf102a commit bf21a17

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: npm 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)