Skip to content

Commit db4a5d2

Browse files
authored
Merge pull request #2068 from cprussin/set-up-turbo-ignore
chore(vercel): set up vercel ignoreCommand for apps
2 parents 4158f23 + 2380ddc commit db4a5d2

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

apps/api-reference/vercel.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"ignoreCommand": "pnpm dlx turbo-ignore --fallback=HEAD^"
3+
}

apps/staking/vercel.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"ignoreCommand": "pnpm dlx turbo-ignore --fallback=HEAD^"
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"ignoreCommand": "pnpm dlx turbo-ignore --fallback=HEAD^"
3+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"buildCommand": "turbo --filter @pythnetwork/component-library build:storybook",
3+
"ignoreCommand": "pnpm dlx turbo-ignore --fallback=HEAD^",
34
"framework": null,
45
"outputDirectory": "storybook-static"
56
}

0 commit comments

Comments
 (0)