googleapis / release-please-action

automated releases based on conventional commits
Apache License 2.0
1.64k stars 207 forks source link

build: actually run main() in index.ts #882

Closed chingor13 closed 9 months ago

chingor13 commented 9 months ago

When converting to typescript we didn't call the main() method if index.ts/js is invoked directly.