percy / storybook-action

[Deprecated] A GitHub action to run Percy with Storybook
https://docs.percy.io/docs/github-actions#section-storybook-action
MIT License
11 stars 5 forks source link

'build-storybook@latest' is not in the npm registry. #9

Closed schoenwaldnils closed 2 years ago

schoenwaldnils commented 4 years ago

Like #6 but for 'build-storybook'

The script is trying to use npx. https://github.com/percy/storybook-action#L49 But the script is different from the package. Package: @storybook/react Script: build-storybook

I also saw the comment about having the package in the project dependencies. https://github.com/percy/storybook-action/issues/6#issuecomment-597119675

Since puppeteer with chromium is quite a heavy package, my hopes were that I could exclude Percy from the dependencies to save some time at the 'npm install' for the jobs that don't need percy.