Skip to content

Commit

Permalink
Enable ENABLE_EXPERIMENTAL_COREPACK=1 by default (#458)
Browse files Browse the repository at this point in the history
Fixes #445

This change enables [Corepack on Vercel](https://vercel.com/docs/concepts/deployments/configure-a-build#corepack) by default. As a result, `pnpm@7.5.2` is always used as expected.
  • Loading branch information
typeofweb committed Sep 5, 2022
1 parent 912a66a commit 4a6bb65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .env
Expand Up @@ -8,3 +8,5 @@ SENTRY_DSN=
SENTRY_ENVIRONMENT=
SENTRY_RELEASE=
VERCEL_URL="localhost:3001"

ENABLE_EXPERIMENTAL_COREPACK=1

0 comments on commit 4a6bb65

Please sign in to comment.