Results 709 comments of Tobias Diez

Thanks for the new release @chakAs3! The pnpm issue sounds very strange. Maybe pnpm automatically invokes all commands with the suffix `pre` before the actual command? Maybe test for the...

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

@chakAs3 Thanks a lot! However, it currently fails with ``` npm notice Publishing to https://registry.npmjs.org/ with tag nightly and public access npm error code EOTP npm error This operation requires...

Awesome! This is working now. 🚀

I looked into this and storybook actually sets the mode to development: https://github.com/storybookjs/storybook/blob/87c37572bb986271c407700cf75f950e70325cdf/code/builders/builder-vite/src/vite-config.ts#L32-L36 Not sure if this is a) not triggered correctly b) overwritten somewhere or c) not detected properly...

Thanks, could you please also add a test verifying that this is indeed fixed (and will not be reintroduced in the future).

I thought a bit more about this, but don't really have time right now to deep-dive into it. So please excuse any mistakes in the following and please do point...

Thanks @obulat for the reproduction. I get the error there now as well. This only occurs in the static build, and not when looking in console for the dev build...

Thanks for looking into this. If it's indeed a problem with the runtime bundler of vue, then this should be fixed as part of https://github.com/nuxt-modules/storybook/pull/740 (which sadly is stuck in...

Yes, that's a bit of a disadvantage of the current organization. However, when creating a repo from a template, one can copy all branches (see point 7 in https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template). Afterwards,...