stripe / react-stripe-js

React components for Stripe.js and Stripe Elements
https://stripe.com/docs/stripe-js/react
MIT License
1.75k stars 267 forks source link

Run @arethetypeswrong/cli in CI + before publish #493

Closed fruchtose-stripe closed 5 months ago

fruchtose-stripe commented 5 months ago

Summary & motivation

This changeset checks exported types in CI and when publishing a release version.

I ran the new package script locally, and CI passes.

This change is analagous to stripe/stripe-js#597 and stripe/stripe-js#598.