diff --git a/apps/api-reference/vercel.json b/apps/api-reference/vercel.json index fc8b38fe1e..640221e917 100644 --- a/apps/api-reference/vercel.json +++ b/apps/api-reference/vercel.json @@ -1,3 +1,7 @@ { - "ignoreCommand": "pnpm dlx turbo-ignore --fallback=HEAD^" + "$schema": "https://openapi.vercel.sh/vercel.json", + "ignoreCommand": "pnpm dlx turbo-ignore --fallback=HEAD^", + "env": { + "ENABLE_EXPERIMENTAL_COREPACK": "1" + } } diff --git a/apps/entropy-debugger/vercel.json b/apps/entropy-debugger/vercel.json index fc8b38fe1e..640221e917 100644 --- a/apps/entropy-debugger/vercel.json +++ b/apps/entropy-debugger/vercel.json @@ -1,3 +1,7 @@ { - "ignoreCommand": "pnpm dlx turbo-ignore --fallback=HEAD^" + "$schema": "https://openapi.vercel.sh/vercel.json", + "ignoreCommand": "pnpm dlx turbo-ignore --fallback=HEAD^", + "env": { + "ENABLE_EXPERIMENTAL_COREPACK": "1" + } } diff --git a/apps/insights/vercel.json b/apps/insights/vercel.json index fc8b38fe1e..640221e917 100644 --- a/apps/insights/vercel.json +++ b/apps/insights/vercel.json @@ -1,3 +1,7 @@ { - "ignoreCommand": "pnpm dlx turbo-ignore --fallback=HEAD^" + "$schema": "https://openapi.vercel.sh/vercel.json", + "ignoreCommand": "pnpm dlx turbo-ignore --fallback=HEAD^", + "env": { + "ENABLE_EXPERIMENTAL_COREPACK": "1" + } } diff --git a/apps/staking/vercel.json b/apps/staking/vercel.json index fc8b38fe1e..640221e917 100644 --- a/apps/staking/vercel.json +++ b/apps/staking/vercel.json @@ -1,3 +1,7 @@ { - "ignoreCommand": "pnpm dlx turbo-ignore --fallback=HEAD^" + "$schema": "https://openapi.vercel.sh/vercel.json", + "ignoreCommand": "pnpm dlx turbo-ignore --fallback=HEAD^", + "env": { + "ENABLE_EXPERIMENTAL_COREPACK": "1" + } } diff --git a/governance/xc_admin/packages/xc_admin_frontend/vercel.json b/governance/xc_admin/packages/xc_admin_frontend/vercel.json index fc8b38fe1e..640221e917 100644 --- a/governance/xc_admin/packages/xc_admin_frontend/vercel.json +++ b/governance/xc_admin/packages/xc_admin_frontend/vercel.json @@ -1,3 +1,7 @@ { - "ignoreCommand": "pnpm dlx turbo-ignore --fallback=HEAD^" + "$schema": "https://openapi.vercel.sh/vercel.json", + "ignoreCommand": "pnpm dlx turbo-ignore --fallback=HEAD^", + "env": { + "ENABLE_EXPERIMENTAL_COREPACK": "1" + } } diff --git a/packages/component-library/vercel.json b/packages/component-library/vercel.json index 8c48030a15..4296c12cec 100644 --- a/packages/component-library/vercel.json +++ b/packages/component-library/vercel.json @@ -1,6 +1,10 @@ { + "$schema": "https://openapi.vercel.sh/vercel.json", "buildCommand": "turbo --filter @pythnetwork/component-library build:storybook", "ignoreCommand": "pnpm dlx turbo-ignore --fallback=HEAD^", "framework": null, - "outputDirectory": "storybook-static" + "outputDirectory": "storybook-static", + "env": { + "ENABLE_EXPERIMENTAL_COREPACK": "1" + } }