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

chore: specify pnpm v8 as package manager #2104

Merged
merged 2 commits into from Jun 22, 2023

Commits on Jun 22, 2023

  1. chore: specify pnpm v8 as package manager

    This is especially useful for netlify which rely on corepack to use the proper pnpm version.
    Corepack uses the `packageManager` field in the pakage.json file to determine which version is used.
    cexbrayat committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    bb6a86a View commit details
    Browse the repository at this point in the history
  2. chore: specify the build command in netlify config

    We need to use pnpm to build the docs on netlify, otherwise the deploy fails
    cexbrayat committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    50f1120 View commit details
    Browse the repository at this point in the history