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

Add a top-level project structure test to reject new package-lock files #52

Open
johndayrichter opened this issue Nov 7, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@johndayrichter
Copy link
Collaborator

Because checkins to this repo require dependency hoisting, the introduction of a new package-lock file is always evidence of a problem. A new package-lock file means that two packages in this monorepo require different versions of the same dependency.

We should introduce a top-level project-structure test that enforces invariants on the repo like this one, and fails if a subproject is out of compliance.

@johndayrichter johndayrichter added enhancement New feature or request good first issue Good for newcomers labels Nov 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant