Skip to content

fix: add typecheck script for CI#108

Merged
martin0995 merged 1 commit into
mainfrom
fix/typecheck-script
Jan 27, 2026
Merged

fix: add typecheck script for CI#108
martin0995 merged 1 commit into
mainfrom
fix/typecheck-script

Conversation

@martin0995

Copy link
Copy Markdown
Contributor

This pull request adds a new npm script for TypeScript type checking to the package.json file.

  • Tooling improvement:
    • Added a typecheck script that runs tsc --noEmit to perform TypeScript type checking without emitting output files.

Resolves #105

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds an npm/yarn script to run TypeScript type checking in CI, addressing the canary workflow failure where typecheck was missing (Issue #105).

Changes:

  • Add a typecheck script that runs tsc --noEmit in package.json.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@martin0995
martin0995 merged commit 3bdb03f into main Jan 27, 2026
7 checks passed
@martin0995
martin0995 deleted the fix/typecheck-script branch January 27, 2026 12:57
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.

Demo fails typecheck with latest Wormhole SDK

3 participants