-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Downgrade rush because it is causing commandline args not to appear in npm run scripts #9445
Conversation
…n npm run scripts
Component perf results:
|
Size Auditor did not detect a change in bundle size for any component! |
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.
Ok with downgrade to mitigate, but you might consider upgrading to 5.9.1
instead.
Yeah, mitigate for now. 5.9.0 has a behavioral change that we need to consider before upgrading really:
Looks like we'd probably upgrade to pnpm 3 + rush >5.7.0 if we want to pursue this path. I think we should think through this a bit more before just taking latest. |
coordinating with @jdhuntington who will create another PR to bump everything for prod release |
FYI, 5.8.0 doesn't have the behavioral change, but does have additional fixes. |
Ever since we upgraded rush to 5.9.0, the
--production
(or indeed any flags from rush commands) are not passed down to thenpm run scripts
. So this makes us not build any minified or AMD builds. I'm downgrading to what we had before to keep building AMD bundlesMicrosoft Reviewers: Open in CodeFlow