Compare commits

...

1 Commits

Author SHA1 Message Date
James Long f1030db291 chore: typecheck only affected packages in pre-push hook 2026-07-03 13:40:14 +00:00
+3 -1
View File
@@ -17,4 +17,6 @@ if (process.versions.bun !== expectedBunVersion) {
console.warn(`Warning: Bun version ${process.versions.bun} differs from expected ${expectedBunVersion}`);
}
'
bun typecheck
# Only typecheck packages affected since the merge base with origin/dev,
# plus their dependents. Override the base with TURBO_SCM_BASE if needed.
TURBO_SCM_BASE="${TURBO_SCM_BASE:-origin/dev}" bun turbo typecheck --affected