storybook build
fails in CI
#29158
Unanswered
henrikbossart
asked this question in
Help
Replies: 1 comment 6 replies
-
We're seeing a similar issue. It builds fine locally but then fails on ci:
Not sure why it has a relative path: |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
Locally, everything works fine, but when I try to build in CI, the build fails. Kinda hard to debug when its not occurring locally..
Using storybook with React, Vite and Bun.
Additional information
The following error occurs when running
storybook build -o storybook-static --config-dir .storybook
in github actions.Since the actual Rollup error is cryptic, I'm not really sure how to proceed. Maybe someone else has encountered something similar?
Storybook version: 8.3.1
package manager: bun v1.1.27
main.ts
Create a reproduction
No response
Beta Was this translation helpful? Give feedback.
All reactions