Files
pnpm/packages/plugin-commands-deploy/src
Alex Ware c7519ad6aa fix: plugin-commands-deploy use path resolve on deploy target dir (#5026)
* fix: plugin-commands-deploy use path resolve on deploy target directory (#4980)

Previously the deploy target directory was specified as a relative path
to the workspace project root. This meant that absolute paths could not be used.
Now this uses the current working directory and allows absolute paths,
this is more in line with users expectations of unix command behaivour.

close #4980

* fix: allow both absolute and relative

* docs: update changesets

Co-authored-by: Zoltan Kochan <z@kochan.io>
2022-07-28 02:04:18 +03:00
..
2022-06-27 19:58:29 +03:00