Skip to content

Commit 256a7fd

Browse files
committed
fix: workspace를 통해 커맨드 실행하도록 변경
1 parent 96fafda commit 256a7fd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/storybook.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ jobs:
2626

2727
- name: 🔨 빌드
2828
run: |
29-
cd packages/design-system
30-
yarn run build-storybook
29+
yarn workspace design-system build-storybook
3130
3231
- name: Upload artifact
3332
uses: actions/upload-pages-artifact@v2.0.0

0 commit comments

Comments
 (0)