Skip to content

Fix Vercel Preview builds for the changeset-release/main branch #2315

Description

@tk-o

Vercel Previews are failing due to the following issue:

ERR_PNPM_OUTDATED_LOCKFILE  Cannot install with "frozen-lockfile" because pnpm-lock.yaml is not up to date with <ROOT>/examples/enskit-react-example/package.json
Note that in CI environments this setting is true by default. If you still need to run install in such cases, use "pnpm install --no-frozen-lockfile"
  Failure reason:
  specifiers in the lockfile don't match specifiers in package.json:
* 2 dependencies are mismatched:
  - enskit (lockfile: 1.15.2, manifest: 1.16.0)
  - enssdk (lockfile: 1.15.2, manifest: 1.16.0)

It would be great to have Vercel Previews work again to ensure that everything included in the Changesets Release PR works as expected.

Metadata

Metadata

Assignees

No one assigned

    Labels

    devopsDevOps related

    Type

    Fields

    No fields configured for Bug.

    Projects

    Status
    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions