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

docs: update docker.mdx to Replace yarn install with yarn install --frozen-lockfile for consistent dependency installation #9728

Merged
merged 1 commit into from
Jan 20, 2025

Conversation

jonathandsouza
Copy link
Contributor

Description

  • Updated the docker.mdx documentation to reflect the change from yarn install to yarn install --frozen-lockfile.

  • This change ensures that the yarn.lock file remains unchanged during installation, promoting consistency across environments and preventing unintended updates to dependencies.

  • Provides more predictable and reliable dependency management, especially in CI/CD pipelines and across development environments.

@jonathandsouza jonathandsouza requested review from anthonyshew and a team as code owners January 20, 2025 13:21
@turbo-orchestrator turbo-orchestrator bot added area: docs Improvements or additions to documentation needs: triage New issues get this label. Remove it after triage labels Jan 20, 2025
Copy link

vercel bot commented Jan 20, 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 Jan 20, 2025 3:52pm
examples-designsystem-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 20, 2025 3:52pm
examples-gatsby-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 20, 2025 3:52pm
examples-kitchensink-blog ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 20, 2025 3:52pm
examples-native-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 20, 2025 3:52pm
examples-nonmonorepo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 20, 2025 3:52pm
examples-svelte-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 20, 2025 3:52pm
examples-tailwind-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 20, 2025 3:52pm
examples-vite-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 20, 2025 3:52pm

Copy link

vercel bot commented Jan 20, 2025

@jonathandsouza is attempting to deploy a commit to the Vercel Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Contributor

@anthonyshew anthonyshew left a comment

Choose a reason for hiding this comment

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

Thanks!

@anthonyshew anthonyshew changed the title docs: Update docker.mdx to Replace yarn install with yarn install --frozen-lockfile for consistent dependency installation docs: update docker.mdx to Replace yarn install with yarn install --frozen-lockfile for consistent dependency installation Jan 20, 2025
@ijjk
Copy link
Member

ijjk commented Jan 20, 2025

Allow CI Workflow Run

  • approve CI run for commit: 5223e89

Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer

@ijjk
Copy link
Member

ijjk commented Jan 20, 2025

Allow CI Workflow Run

  • approve CI run for commit: 5223e89

Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer

@anthonyshew anthonyshew merged commit fad0890 into vercel:main Jan 20, 2025
33 of 34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: docs Improvements or additions to documentation needs: triage New issues get this label. Remove it after triage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants