Skip to content

Commit

Permalink
Attempt to fix Storybook 6 build again
Browse files Browse the repository at this point in the history
Continuing the work to make the v6 build work.
  • Loading branch information
trotzig committed Jan 11, 2024
1 parent ec3af39 commit f2d7a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- run: corepack enable
- run: yarn install --frozen-lockfile
- run: rm .storybook/Interactive.stories.js
- run: yarn add --dev storybook@6 @storybook/addon-actions@6 @storybook/addon-interactions@6 @storybook/api@6 @storybook/react@6
- run: yarn add --dev storybook@6 @storybook/addon-actions@6 @storybook/addon-interactions@6 @storybook/api@6 @storybook/react@6 global @storybook/channel-websocket
- run: yarn build
- run: yarn storybook build --version
- run: yarn happo run

0 comments on commit f2d7a93

Please sign in to comment.