Replies: 1 comment 1 reply
-
@janniksam Unfortunately there's no official solution for this. Here is the workaround: In
Execute the pnpm command like this:
This will let you get the nested directory as the result... |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For example this is my structure:
/project/package.json
/project/my/deep/dir
I am calling
pnpm mycommand
inside "/project/my/deep/dir."The command
mycommand
always gets /project as the working dir.Is there an easy way to preserve "/project/my/deep/dir" as a working dir in mycommand?
Beta Was this translation helpful? Give feedback.
All reactions