lnp2pBot / bot

Peer-to-peer lightning network telegram bot
MIT License
208 stars 105 forks source link

Fix CI by run Typescript compiler using npx #487

Closed webwarrior-ws closed 7 months ago

webwarrior-ws commented 7 months ago

Run typescript using npx tsc command as that will use typescript version specified in package.json file. This ensures that breaking changes in TS compiler will not break the build.

Also use npx tsc instead of tsc in "scripts" section of package.json.

grunch commented 7 months ago

Hi @webwarrior-ws I'm getting a CI failing test after this PR was merged, any ideas how to fix it?

image