pnpm version: 7.5.0
Code to reproduce the issue:
say you're in a project 'p' within a monorepo
> pnpm --filter p deploy dist
> pnpm --filter p deploy $(pwd)/dist
Expected behavior:
I'd expect them both to put them within the current working dir.
Actual behavior:
it will put dist within the root of the monorepo,
Additional information:
it would also be really handy to infer the package from the working directory so filter can be omitted
Edit: apologies, just realised I got expected and actual the wrong way round
pnpm version: 7.5.0
Code to reproduce the issue:
say you're in a project 'p' within a monorepo
Expected behavior:
I'd expect them both to put them within the current working dir.
Actual behavior:
it will put dist within the root of the monorepo,
Additional information:
it would also be really handy to infer the package from the working directory so filter can be omitted
Edit: apologies, just realised I got expected and actual the wrong way round