Skip to content

Commit 56e4ff5

Browse files
authored
Merge pull request #2701 from pyth-network/cprussin/remove-ignore-command
dev: remove Vercel's `ignoreCommand`, using skip deployments instead
2 parents b29522f + b85d7c8 commit 56e4ff5

File tree

8 files changed

+2
-23
lines changed

8 files changed

+2
-23
lines changed

apps/api-reference/vercel.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
22
"$schema": "https://openapi.vercel.sh/vercel.json",
3-
"ignoreCommand": "../../vercel-ignore.sh",
43
"buildCommand": "turbo run build:vercel --filter @pythnetwork/api-reference"
54
}

apps/entropy-debugger/vercel.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
"$schema": "https://openapi.vercel.sh/vercel.json",
3-
"ignoreCommand": "../../vercel-ignore.sh"
2+
"$schema": "https://openapi.vercel.sh/vercel.json"
43
}

apps/entropy-explorer/vercel.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
22
"$schema": "https://openapi.vercel.sh/vercel.json",
3-
"ignoreCommand": "../../vercel-ignore.sh",
43
"buildCommand": "turbo run build:vercel --filter @pythnetwork/entropy-explorer"
54
}

apps/insights/vercel.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
22
"$schema": "https://openapi.vercel.sh/vercel.json",
3-
"ignoreCommand": "../../vercel-ignore.sh",
43
"buildCommand": "turbo run build:vercel --filter @pythnetwork/insights"
54
}

apps/staking/vercel.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
22
"$schema": "https://openapi.vercel.sh/vercel.json",
3-
"ignoreCommand": "../../vercel-ignore.sh",
43
"buildCommand": "turbo run build:vercel --filter @pythnetwork/staking"
54
}
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
"$schema": "https://openapi.vercel.sh/vercel.json",
3-
"ignoreCommand": "../../../../vercel-ignore.sh"
2+
"$schema": "https://openapi.vercel.sh/vercel.json"
43
}
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"$schema": "https://openapi.vercel.sh/vercel.json",
33
"buildCommand": "turbo --filter @pythnetwork/component-library build:storybook",
4-
"ignoreCommand": "../../vercel-ignore.sh",
54
"framework": null,
65
"outputDirectory": "storybook-static"
76
}

vercel-ignore.sh

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)