-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Can't use storyshots command in terminal #1396
Comments
Have you added the script to package.json?
|
@ndelangen YES, definitely. 😃
The second line indicates what the command the script executes. The command not found is Do I need to install |
You should run Is this what you're doing? @tmeasday Are the docs correct here? |
@ndelangen I am surprised to see this in the docs, as far as I am aware, storyshots does not ship with any I'm not sure what's going on there. I suppose we should get rid of that. |
The command The issue is there is no such command |
@xareelee the documentation is wrong. i've fixed it here: #1421 @ndelangen @tmeasday your review appreciated |
Following https://storybook.js.org/testing/structural-testing/#using-storyshots to add the script and run it:
but it shows
command not found
:The text was updated successfully, but these errors were encountered: