Skip to content
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

Disable hoisting for installs in the rushstack repository #3474

Merged
merged 4 commits into from
Jun 16, 2022

Conversation

dmichon-msft
Copy link
Contributor

Summary

Ensures that packages and external dependencies do not have phantom dependencies at build time. Any dependency not expressly declared in package.json (or corrected via pnpmfile) will not be available to projects.

Details

Updates dependency footprints to ensure that all projects successfully build and execute in the presence of maximum installation strictness.

How it was tested

rush update --full --purge
rush retest --verbose

Copy link
Member

@TheLarkInn TheLarkInn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants