Skip to content

Commit f197e35

Browse files
authored
Merge pull request #2468 from pyth-network/cprussin/fix-vercel-ignore
Fix vercel ignore command
2 parents d510afa + f0e8ac1 commit f197e35

File tree

6 files changed

+30
-6
lines changed

6 files changed

+30
-6
lines changed

apps/api-reference/vercel.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
{
2-
"ignoreCommand": "pnpm dlx turbo-ignore --fallback=HEAD^"
2+
"$schema": "https://openapi.vercel.sh/vercel.json",
3+
"ignoreCommand": "pnpm dlx turbo-ignore --fallback=HEAD^",
4+
"env": {
5+
"ENABLE_EXPERIMENTAL_COREPACK": "1"
6+
}
37
}

apps/entropy-debugger/vercel.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
{
2-
"ignoreCommand": "pnpm dlx turbo-ignore --fallback=HEAD^"
2+
"$schema": "https://openapi.vercel.sh/vercel.json",
3+
"ignoreCommand": "pnpm dlx turbo-ignore --fallback=HEAD^",
4+
"env": {
5+
"ENABLE_EXPERIMENTAL_COREPACK": "1"
6+
}
37
}

apps/insights/vercel.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
{
2-
"ignoreCommand": "pnpm dlx turbo-ignore --fallback=HEAD^"
2+
"$schema": "https://openapi.vercel.sh/vercel.json",
3+
"ignoreCommand": "pnpm dlx turbo-ignore --fallback=HEAD^",
4+
"env": {
5+
"ENABLE_EXPERIMENTAL_COREPACK": "1"
6+
}
37
}

apps/staking/vercel.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
{
2-
"ignoreCommand": "pnpm dlx turbo-ignore --fallback=HEAD^"
2+
"$schema": "https://openapi.vercel.sh/vercel.json",
3+
"ignoreCommand": "pnpm dlx turbo-ignore --fallback=HEAD^",
4+
"env": {
5+
"ENABLE_EXPERIMENTAL_COREPACK": "1"
6+
}
37
}
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
{
2-
"ignoreCommand": "pnpm dlx turbo-ignore --fallback=HEAD^"
2+
"$schema": "https://openapi.vercel.sh/vercel.json",
3+
"ignoreCommand": "pnpm dlx turbo-ignore --fallback=HEAD^",
4+
"env": {
5+
"ENABLE_EXPERIMENTAL_COREPACK": "1"
6+
}
37
}
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
2+
"$schema": "https://openapi.vercel.sh/vercel.json",
23
"buildCommand": "turbo --filter @pythnetwork/component-library build:storybook",
34
"ignoreCommand": "pnpm dlx turbo-ignore --fallback=HEAD^",
45
"framework": null,
5-
"outputDirectory": "storybook-static"
6+
"outputDirectory": "storybook-static",
7+
"env": {
8+
"ENABLE_EXPERIMENTAL_COREPACK": "1"
9+
}
610
}

0 commit comments

Comments
 (0)