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

fix: errant lockfile reference #9957

Merged
merged 1 commit into from
Feb 13, 2025
Merged

Conversation

dimitropoulos
Copy link
Contributor

Description

I noticed that this had "package.json" when it should have had "package-lock.json" and @chris-olszewski made the astute suggestion to use a constant so such an error can't happen again (here).

Testing Instructions

Tests should pass.

@dimitropoulos dimitropoulos requested a review from a team as a code owner February 13, 2025 14:19
Copy link

vercel bot commented Feb 13, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
examples-basic-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 13, 2025 2:19pm
examples-designsystem-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 13, 2025 2:19pm
examples-gatsby-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 13, 2025 2:19pm
examples-kitchensink-blog ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 13, 2025 2:19pm
examples-native-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 13, 2025 2:19pm
examples-nonmonorepo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 13, 2025 2:19pm
examples-svelte-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 13, 2025 2:19pm
examples-tailwind-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 13, 2025 2:19pm
examples-vite-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 13, 2025 2:19pm

@dimitropoulos dimitropoulos enabled auto-merge (squash) February 13, 2025 14:39
@dimitropoulos dimitropoulos merged commit ba3d6fd into main Feb 13, 2025
38 checks passed
@dimitropoulos dimitropoulos deleted the dimitri/fix-package-lock branch February 13, 2025 14:42
joshnuss pushed a commit to joshnuss/turborepo that referenced this pull request Feb 15, 2025
### Description

I noticed that this had `"package.json"` when it should have had
`"package-lock.json"` and @chris-olszewski made the astute suggestion to
use a constant so such an error can't happen again
([here](https://github.com/vercel/turborepo/pull/9950/files#r1954538580)).

### Testing Instructions

Tests should pass.
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.

3 participants