Support PNPM workspace
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 2.5k
- Forks
- 221
- PR merge metrics
- No merged PRs in 30d
Description
Hi there,
We are using pnpm for our monorepo. Some of our dependencies are listed like so (in package.json):
```json
{
"devDependencies": {
"@foo/config": "workspace:*",
},
}
```
You can find the documentation on pnpm workspace: https://www.pnpm.cn/workspaces
Unfortunately, this has caused the following error message when we run auto shipit:

Will auto support pnpm soon enough so we can leverage this great feature?
Thanks
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.