Support type checking in pm-buildhelper #4

Merged
sch merged 1 commit from main into main 2025-11-09 21:10:05 +01:00
sch commented 2025-11-09 17:43:25 +01:00 (Migrated from github.com)

This makes it possible to fail a build if the project has any type errors:

$ pm-buildhelper --type-check src/schema.ts
Error: Exit code 1
 Type checking failed:
 src/schema.ts(224,13): error TS2339: Property 'attrs' does not exist on type...

Useful for CI.

Builds on marijnh/buildtool#4.

This makes it possible to fail a build if the project has any type errors: $ pm-buildhelper --type-check src/schema.ts Error: Exit code 1 Type checking failed: src/schema.ts(224,13): error TS2339: Property 'attrs' does not exist on type... Useful for CI. Builds on marijnh/buildtool#4.
marijnh commented 2025-11-09 21:11:39 +01:00 (Migrated from github.com)

Thanks. Merged!

Thanks. Merged!
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
prosemirror/buildhelper!4
No description provided.