Skip to content

fix(ci): SKIP_TSC=true for build-app#217

Closed
buremba wants to merge 1 commit into
mainfrom
fix/build-images-skip-tsc
Closed

fix(ci): SKIP_TSC=true for build-app#217
buremba wants to merge 1 commit into
mainfrom
fix/build-images-skip-tsc

Conversation

@buremba
Copy link
Copy Markdown
Member

@buremba buremba commented Apr 20, 2026

owletto-backend has pre-existing TypeScript errors. The root tsconfig excludes packages/owletto-backend/**/* from the typecheck, so they don't block local pre-commit, but Docker's bunx tsc --noEmit inside the package catches them and fails the build.

Pass SKIP_TSC=true to unblock the image build. The TS debt should be cleaned up separately.

owletto-backend has pre-existing TS errors (excluded from root tsconfig
typecheck). Skip the per-package noEmit so the app image can ship.
Tracked as separate tech debt to clean up the type drift.
@buremba buremba closed this Apr 20, 2026
@buremba buremba deleted the fix/build-images-skip-tsc branch April 20, 2026 01:47
buremba added a commit that referenced this pull request May 25, 2026
Picks up: fix(events): clear semantic_types and interaction_status from URL on filter reset (#217)

Before: 01a242d
After:  05a26c5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant