-
Notifications
You must be signed in to change notification settings - Fork 56
build(storybook): Oryx cannot build because of missing imports #1100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build(storybook): Oryx cannot build because of missing imports #1100
Conversation
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-1100.westeurope.azurestaticapps.net |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-1100.westeurope.azurestaticapps.net |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates Storybook-related dependencies and build commands, and refines Storybook configuration and the CI workflow.
- In package.json, the Storybook packages have been updated from version 8.6.12 to 8.6.13 and the "bootstrap" command has been removed from the "storybook:build" script.
- In .storybook/main.ts, the autodocs option has been removed from the docs configuration.
- In the Azure workflow, a Node.js setup step has been added with caching and dependency installation.
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
package.json | Updated Storybook dependency versions and refined build scripts |
.storybook/main.ts | Removed autodocs configuration from Storybook’s docs settings |
.github/workflows/azure-static-web-apps-delightful-beach-055ecb503.yml | Added Node.js setup step with caching and explicit Node.js version setup |
No description provided.