Skip to content
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

Core: Remove start-/build-storybook from all frameworks #17899

Merged
merged 29 commits into from
Apr 26, 2022

Conversation

shilman
Copy link
Member

@shilman shilman commented Apr 6, 2022

Issue: N/A

What I did

This PR builds on #17898 to remove start-storybook and build-storybook from all framework packages.

Users should now use sb dev and sb build instead.

How to test

  • CI passes

@nx-cloud
Copy link

nx-cloud bot commented Apr 6, 2022

☁️ Nx Cloud Report

CI is running/has finished running commands for commit dd2e9af. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch


✅ Successfully ran 1 target

Sent with 💌 from NxCloud.

@github-actions
Copy link
Contributor

github-actions bot commented Apr 6, 2022

Fails
🚫 PR is marked with "BREAKING CHANGE" label.

Generated by 🚫 dangerJS against dd2e9af

@shilman shilman marked this pull request as draft April 6, 2022 09:18
app/vue3/package.json Show resolved Hide resolved
@@ -49,7 +49,7 @@ export const getConfig: WebpackBuilder['getConfig'] = async (options) => {
...options,
babelOptions,
typescriptOptions,
[`${options.framework}Options`]: frameworkOptions,
frameworkOptions: framework?.options,
Copy link
Member Author

@shilman shilman Apr 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to:

@@ -12,6 +13,7 @@ export const build = async (cliOptions: any) => {
docsMode: !!cliOptions.docs,
configType: 'PRODUCTION',
cache,
packageJson: readUpSync({ cwd: __dirname }).packageJson,
Copy link
Member Author

@shilman shilman Apr 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be the framework's package.json => #18058

Base automatically changed from future/sb-start-build to future/base April 26, 2022 08:09
@shilman shilman added the maintenance User-facing maintenance tasks label Apr 26, 2022
@shilman shilman marked this pull request as ready for review April 26, 2022 08:58
@shilman shilman merged commit 1801a25 into future/base Apr 26, 2022
@shilman shilman deleted the future/remove-start-build-storybook branch April 26, 2022 08:59
@shilman shilman removed the maintenance User-facing maintenance tasks label Jun 6, 2022
MH4GF added a commit to MH4GF/storycap that referenced this pull request Apr 3, 2023
MH4GF added a commit to MH4GF/storycap that referenced this pull request Apr 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant