intuit / intuit/auto

Support PNPM workspace

Open
#2,149 14 comments 16 reactions 0 assignees View on GitHub
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:

Screenshot 2022-02-12 at 01 56 46

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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.