Skip to content

Commit 0f15a08

Browse files
yoen-veltclaude
andcommitted
feat: add turbo-ignore to skip unchanged app builds on Vercel
Each app now uses npx turbo-ignore to check if it needs rebuilding, preventing unnecessary deployments when only other apps changed. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 733d4ce commit 0f15a08

File tree

18 files changed

+36
-18
lines changed

18 files changed

+36
-18
lines changed

apps/master-sample-app/vercel.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"buildCommand": "pnpm run build",
33
"installCommand": "cd ../.. && pnpm install",
4-
"framework": "nextjs"
4+
"framework": "nextjs",
5+
"ignoreBuildStep": "npx turbo-ignore"
56
}
67

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"buildCommand": "pnpm run build",
33
"installCommand": "cd ../../../../.. && pnpm install",
4-
"framework": "nextjs"
4+
"framework": "nextjs",
5+
"ignoreBuildStep": "npx turbo-ignore"
56
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"buildCommand": "pnpm run build",
33
"installCommand": "cd ../../../../.. && pnpm install",
4-
"framework": "nextjs"
4+
"framework": "nextjs",
5+
"ignoreBuildStep": "npx turbo-ignore"
56
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"buildCommand": "pnpm run build",
33
"installCommand": "cd ../../../../.. && pnpm install",
4-
"framework": "nextjs"
4+
"framework": "nextjs",
5+
"ignoreBuildStep": "npx turbo-ignore"
56
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"buildCommand": "pnpm run build",
33
"installCommand": "cd ../../../../.. && pnpm install",
4-
"framework": "nextjs"
4+
"framework": "nextjs",
5+
"ignoreBuildStep": "npx turbo-ignore"
56
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"buildCommand": "pnpm run build",
33
"installCommand": "cd ../../../../.. && pnpm install",
4-
"framework": "nextjs"
4+
"framework": "nextjs",
5+
"ignoreBuildStep": "npx turbo-ignore"
56
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"buildCommand": "pnpm run build",
33
"installCommand": "cd ../../../../.. && pnpm install",
4-
"framework": "nextjs"
4+
"framework": "nextjs",
5+
"ignoreBuildStep": "npx turbo-ignore"
56
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"buildCommand": "pnpm run build",
33
"installCommand": "cd ../../../../.. && pnpm install",
4-
"framework": "nextjs"
4+
"framework": "nextjs",
5+
"ignoreBuildStep": "npx turbo-ignore"
56
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"buildCommand": "pnpm run build",
33
"installCommand": "cd ../../../../.. && pnpm install",
4-
"framework": "nextjs"
4+
"framework": "nextjs",
5+
"ignoreBuildStep": "npx turbo-ignore"
56
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"buildCommand": "pnpm run build",
33
"installCommand": "cd ../../../../.. && pnpm install",
4-
"framework": "nextjs"
4+
"framework": "nextjs",
5+
"ignoreBuildStep": "npx turbo-ignore"
56
}

0 commit comments

Comments
 (0)