Skip to content

Commit e04180d

Browse files
committed
ci: 🎡 more Storybook command fixes
1 parent fd95902 commit e04180d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

‎.github/workflows/pr.yml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ jobs:
2424
- run: yarn install --frozen-lockfile
2525
- run: yarn prettier:check
2626
- run: yarn build
27+
- run: yarn storybook:build

‎.github/workflows/release.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- run: yarn install --frozen-lockfile
2222
- run: yarn prettier:check
2323
- run: yarn build
24-
- run: yarn build-storybook
24+
- run: yarn storybook:build
2525
- name: Semantic Release
2626
uses: cycjimmy/semantic-release-action@v4
2727
env:

0 commit comments

Comments
 (0)