Skip to content

Commit 3c2565d

Browse files
author
acring
committed
fix: 修复部署问题
Signed-off-by: acring <liu-zhen@xsky.com>
1 parent a8811c4 commit 3c2565d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/deploy-storybook.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ jobs:
4343
run: |
4444
npx playwright install
4545
46+
- name: Install turbo
47+
run: |
48+
npm install -g turbo
49+
4650
- name: Build Storybook
4751
run: |
4852
cd apps/storybook

0 commit comments

Comments
 (0)