jsr-io / jsr-npm

A cli tool to make installing packages form jsr.io in node easy
https://npmjs.com/package/jsr
MIT License
88 stars 12 forks source link

fix: `.npmrc` not written into workspace root #73

Closed marvinhagemeister closed 2 months ago

marvinhagemeister commented 2 months ago

When a jsr command was invoked in a subfolder of a workspace root, we created the npmrc in the workspace member directory instead of the workspace parent folder. This PR fixes that.

Fixes https://github.com/jsr-io/jsr-npm/issues/72