Closed squidsoup closed 4 years ago
Hey @squidsoup, thanks for the report! This shouldn't fail if you have @percy/storybook
installed as a dependency in the project. percy-storybook
is the executables name, which should be found if installed.
Hey @squidsoup, thanks for the report! This shouldn't fail if you have
@percy/storybook
installed as a dependency in the project.percy-storybook
is the executables name, which should be found if installed.
Oh apologies, that makes sense. Perhaps an update to the storybook-action docs to make it clear that dependency is required? I see that this is mentioned here, but my first thought was to start with the github action to setup the integration.
@squidsoup Gotcha! We try to highlight at the top of the docs that CI setup should come after the SDK is setup:
When running
percy/storybook-action@v0.1.3
From what I can gather this should be
@percy/storybook
rather thanpercy-storybook
?