nuxt-modules / storybook

Storybook integration with Nuxt.
https://storybook.nuxtjs.org
380 stars 83 forks source link

Publish nightly builds #562

Open tobiasdiez opened 2 months ago

tobiasdiez commented 2 months ago

Todo: configure secret NPMJS_TOKEN with the correct deployment token.

hp-vev commented 2 months ago

Not sure if this is related but I am having some issues withTypeError when reading '__STORYBOOK__' property of undefined. I noticed there is already a fix for that, but it hasn't been released if I am correct?

blowsie commented 1 month ago

Not sure if this is related but I am having some issues withTypeError when reading '__STORYBOOK__' property of undefined. I noticed there is already a fix for that, but it hasn't been released if I am correct?

I too have this issue

using windows with the below empty project

pnpm dlx nuxi@latest init myproject
cd myproject
pnpm dlx nuxi@latest module add storybook
pnpm dlx storybook-nuxt init
 ERROR  (node:41760) [DEP0180] DeprecationWarning: fs.Stats constructor is deprecated.                                                                                                                                                                                                                                                  14:12:49  
(Use node --trace-deprecation ... to show where the warning was created)

 ERROR  Cannot start nuxt:  Cannot read properties of undefined (reading '__STORYBOOK__') 

Nuxt 3.11.2 with Nitro 2.9.6

kasperpeulen commented 1 month ago

I can recommend https://github.com/intuit/auto to automate the release process.

blowsie commented 1 month ago

The examples are also broken https://storybook.nuxtjs.org/examples/basic

tobiasdiez commented 1 month ago

@chakAs3 could you please add the required secrets? Thanks a lot! 🚀

shilman commented 4 weeks ago

Thanks @tobiasdiez @chakAs3 for being on top of this. 🙏

mehcode commented 2 weeks ago

@chakAs3 @tobiasdiez Can we please set this up? I would personally be a lot more motivated to contribute if I could use those contributions quickly without waiting for a formal release.