jsr-io / jsr-npm

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

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

Closed marvinhagemeister closed 7 months ago

marvinhagemeister commented 7 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