Add support for the workspace:
protocol
#173
Labels
feature
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
I'm using a PNPM workspace for my project but when I use the
workspace:
protocol with thepnpm attw --pack .
command I get the following error:Running
npm pack
manually reveals the following in the debug file:I currently use
pnpm attw $(pnpm pack)
as workaround but it would be nice if the--pack
option used the same package manager.This could be detected automatically with a package like detect-package-manager or passed manually as an option.
Yarn seems to use this protocol too for workspaces.
The text was updated successfully, but these errors were encountered: