microsoft / code-push

A cloud service that enables Cordova and React Native developers to deploy mobile app updates directly to their users’ devices.
https://microsoft.github.io/code-push/
Other
4.34k stars 484 forks source link

fear: bumped `ts` version and added check for `.d.ts` files #828

Closed saurav0705 closed 8 months ago

saurav0705 commented 12 months ago

Features

  1. Bumped ts version to 5.1.6
  2. Added CI check for declaration file check
  3. Added a script to check before releasing to npm npm run check:release

NOTE: Please include the command npm run check:release in your npm release workflow as this will check for declaration files

velimir-jankovic commented 8 months ago

We don't want to modify GitHub pipeline, but check if definition files are created properly during build:release won't hurt. Please remove changes from yml file.

https://github.com/microsoft/code-push/pull/827#issuecomment-1801636729