Don't use relative path (./) in pnpm-workspace.yaml #4111
GongT
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I used to use
./path/*. eg:Today I want to start with Lerna. But it fails to match these kinds of paths.
It should be
path/*instead of./path/*.I searched everywhere and couldn't find any information about this. Leaving a note here.
search hint:
Beta Was this translation helpful? Give feedback.
All reactions