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

[rush] Rename subspace pnpmfile to .pnpmfile.cjs from .pnpmfile-subspace.cjs #4726

Merged
merged 5 commits into from
May 23, 2024

Conversation

william2958
Copy link
Contributor

@william2958 william2958 commented May 20, 2024

Summary

Design note: #4720

This MR renames the subspace level pnpmfile to ".pnpmfile.cjs" from ".pnpmfile-subspace.cjs", as we are no longer allowing a rush level ".pnpmfile.cjs" file to exist.

This MR also checks if a ".npmrc" file exists globally, and throws an error if it does, prompting the user to use the ".npmrc-global" file instead. It also throws an error if the ".pnpmfile.cjs" file exists at the rush config level.

Details

How it was tested

Impacted documentation

This affects the documentation listed here: https://rushjs.io/pages/advanced/subspaces/

@octogonz
Copy link
Collaborator

image

This certainly requires doc updates

william2958 and others added 3 commits May 20, 2024 17:20
@octogonz octogonz enabled auto-merge May 23, 2024 20:54
@octogonz octogonz merged commit d3eebba into microsoft:main May 23, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants