-
Notifications
You must be signed in to change notification settings - Fork 2.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
Add --ignore-scripts flag to bootstrap command #1227
Conversation
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.
Thanks!
@@ -228,7 +229,7 @@ class BootstrapCommand extends Command { | |||
} | |||
|
|||
/** | |||
* Run the "prepublish" NPM script in all bootstrapped packages | |||
* Run the "prepare" NPM script in all bootstrapped packages |
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.
hah, whoops
@evocateur any chance to have this landed in v2 line? |
@evocateur do you know when this PR is going to be published? |
This thread has been automatically locked because there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description
This is quite a simple change - as in the title of the PR.
Motivation and Context
Fixes #1178 . Our packages have configured lifecycle scripts, but having them ran during bootstrap in monorepo only takes time for us. We later use source files between packages within webpack, jest etc (by aliasing packages).
How Has This Been Tested?
Snapshot test was added.
Types of changes
Checklist: