Skip to content

fix: add typecheck step to the build to catch compilation errors#1129

Merged
dgolovin merged 1 commit intoredhat-developer:mainfrom
dgolovin:i1070-run-typechek-step-in-build
Apr 17, 2026
Merged

fix: add typecheck step to the build to catch compilation errors#1129
dgolovin merged 1 commit intoredhat-developer:mainfrom
dgolovin:i1070-run-typechek-step-in-build

Conversation

@dgolovin
Copy link
Copy Markdown
Collaborator

This fix adds typecheck script which runs tsc --noEmit to verify there is no compilation errors. This would catch errors if extension's code is using not existing API.

Required for #1070 to catch errors related to usage of not published yet modules of @podman-desktop/api.

This fix adds typecheck script which runs `tsc --noEmit` to verify there
is no compilation errors. This would catch errors if extension's code
is using not existing API.

Signed-off-by: Denis Golovin <dgolovin@redhat.com>
@dgolovin dgolovin merged commit 9793107 into redhat-developer:main Apr 17, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants