Skip to content

Commit 93df69c

Browse files
committed
dev: remove Vercel's ignoreCommand, using skip deployments instead
Vercel has released a new [skip deployments](https://vercel.com/docs/monorepos#skipping-unaffected-projects) feature which should be more stable than using the `ignoreCommand` feature. I've recently set up the skip deployments feature on all our apps; this PR removes the old `ignoreCommand` config from them
1 parent 35ed791 commit 93df69c

File tree

8 files changed

+3
-24
lines changed

8 files changed

+3
-24
lines changed

apps/api-reference/vercel.json

Lines changed: 1 addition & 2 deletions
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",
4-
"buildCommand": "turbo run build:vercel --filter @pythnetwork/api-reference"
3+
"buildCommand": "turbo run build:verceg --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)