es-tooling / ecosystem-cleanup

A place to keep track of ongoing efforts to clean up the JS ecosystem
386 stars 2 forks source link

Replace `spawndamnit` with `tinyexec` in `changesets` #115

Open benmccann opened 2 months ago

benmccann commented 2 months ago

The third argument of spawndamnit is not documented on the readme, but is in its code:

opts /*:: ?: child_process$spawnOpts */

https://github.com/jamiebuilds/spawndamnit/blob/9fec44510749481dd11906f3a979ed9ebdda4fed/index.js#L19