storybookjs / addon-kit

Everything you need to build a Storybook addon

Home Page:https://storybook.js.org/docs/react/addons/writing-addons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] Cannot publish from template unless postinstall script is removed

krzysztofradomski opened this issue · comments

Describe the bug

It is impossible to publish the forked repo without removing the postinstall script - it hangs on the welcome.js script.
I think it would be good to auto-remove this script after it has run successfully, or add a relevant note in the readme.

Steps to reproduce the behavior

  1. Create a new repo from template
  2. Add secrets
  3. ...
  4. Push a commit

Expected behavior

A clear and concise description of what you expected to happen.

Screenshots and/or logs

image

image

Environment

  • git actions

@krzysztofradomski thanks for reporting this. I've got a fix up.