-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Tech/improve bootstrap list #6993
Conversation
This pull request is automatically deployed with Now. Latest deployment for this branch: https://monorepo-git-tech-improve-bootstrap-list.storybook.now.sh |
abd0e42
to
371fe90
Compare
# Conflicts: # addons/storyshots/storyshots-puppeteer/package.json # package.json # yarn.lock
5c14190
to
703c9fd
Compare
"regenerator-runtime": "^0.12.1" | ||
}, | ||
"optionalDependencies": { | ||
"puppeteer": "^1.12.2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After this change, yarn lint
fails for me locally:
/Users/jetbrains/IdeaProjects/storybook/addons/storyshots/storyshots-puppeteer/src/index.js
1:23 error Unable to resolve path to module 'puppeteer' import/no-unresolved
1:23 error Missing file extension for "puppeteer" import/extensions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll add a ignore for this!
Issue: running
yarn bootstrap
requires you runyarn install
firstWhat I did
I optimized the install & give the bootstrap list a few improvements