Skip to content

Commit

Permalink
Merge pull request #2068 from cprussin/set-up-turbo-ignore
Browse files Browse the repository at this point in the history
chore(vercel): set up vercel ignoreCommand for apps
  • Loading branch information
cprussin authored Oct 25, 2024
2 parents 4158f23 + 2380ddc commit db4a5d2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/api-reference/vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"ignoreCommand": "pnpm dlx turbo-ignore --fallback=HEAD^"
}
3 changes: 3 additions & 0 deletions apps/staking/vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"ignoreCommand": "pnpm dlx turbo-ignore --fallback=HEAD^"
}
3 changes: 3 additions & 0 deletions governance/xc_admin/packages/xc_admin_frontend/vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"ignoreCommand": "pnpm dlx turbo-ignore --fallback=HEAD^"
}
1 change: 1 addition & 0 deletions packages/component-library/vercel.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"buildCommand": "turbo --filter @pythnetwork/component-library build:storybook",
"ignoreCommand": "pnpm dlx turbo-ignore --fallback=HEAD^",
"framework": null,
"outputDirectory": "storybook-static"
}

0 comments on commit db4a5d2

Please sign in to comment.