actions / typescript-action

Create a TypeScript Action with tests, linting, workflow, publishing, and versioning
https://github.com/actions
MIT License
2k stars 473 forks source link

Add bun.lockb to .gitignore #856

Closed kishaningithub closed 7 months ago

kishaningithub commented 8 months ago

Context

Proposal

kishaningithub commented 8 months ago

May be this should be a separate request (let me know)

In the package.json i see that this codebase explicity puts npx, npm etc. It would be great if this can be made generic to support different runtimes like bun and deno for development purposes

ncalteen commented 8 months ago

Hi @kishaningithub, do you have a reference repository with this template configured to use Bun? It would be awesome to see how you have things set up and what could be done to make this repo more easily adopted by other JavaScript runtimes.

ncalteen commented 7 months ago

Closing this out for now due to lack of response. If you would like us to revisit please respond back with the requested info and we can investigate :)