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

Fix addon install command #225

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Fix addon install command #225

wants to merge 2 commits into from

Conversation

kkuegler
Copy link

@kkuegler kkuegler commented Sep 1, 2024

The command copied to the clipboard was different from the one displayed. It erroneously used 'npx' instead of 'npm'. Now we use 'npm' consistently.

In addition, we add the '-D' flag to add the addon to dev dependencies, which is what people usually want to do.

The command copied to the clipboard was different from the one
displayed. It erroneously used 'npx' instead of 'npm'. Now we use
'npm' consistently.

In addition, we add the '-D' flag to add the addon to dev dependencies,
which is what people usually want to do.
Copy link

Netlify bot commented Sep 1, 2024

Deploy Preview for storybook-addon-catalog ready!

Name Link
🔨 Latest commit f519f09
🔍 Latest deploy log https://app.netlify.com/sites/storybook-addon-catalog/deploys/66d5780b2bba610008e80e3e
😎 Deploy Preview https://deploy-preview-225--storybook-addon-catalog.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

Netlify bot commented Sep 1, 2024

Deploy Preview for storybook-frontpage ready!

Name Link
🔨 Latest commit f519f09
🔍 Latest deploy log https://app.netlify.com/sites/storybook-frontpage/deploys/66d5780bededcd00085932a2
😎 Deploy Preview https://deploy-preview-225--storybook-frontpage.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

Vercel bot commented Sep 1, 2024

@kkuegler is attempting to deploy a commit to the Storybook Team on Vercel.

A member of the Team first needs to authorize it.

@cdedreuille cdedreuille self-requested a review September 1, 2024 22:37
Copy link
Collaborator

@cdedreuille cdedreuille left a comment

Choose a reason for hiding this comment

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

Thanks a lot for spotting that bug @kkuegler

Copy link

Vercel bot commented Sep 1, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 2, 2024 8:43am
web-addon-catalog ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 2, 2024 8:43am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants