We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
./
If pkg.workspaces is set to ['./packages/*'] and I have workspaces in that directory, I still get an empty result set.
I should get all of the workspaces in ./packages/*
./packages/*
@npmcli/map-workspaces@3.0.5
Present in at least OSX
The text was updated successfully, but these errors were encountered:
Introduce in https://github.com/npm/map-workspaces/pull/143/files#diff-92bbac9a308cd5fcf9db165841f2d90ce981baddcb2b1e26cfff170929af3bd1R135
The call to minimatch doesn't exactly line up w/ how glob worked.
Sorry, something went wrong.
fix: allow for workspace patterns to start with ./ (#145)
e2a803b
Closes #144
wraithgar
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
Current Behavior
If pkg.workspaces is set to ['./packages/*'] and I have workspaces in that directory, I still get an empty result set.
Expected Behavior
I should get all of the workspaces in
./packages/*
Steps To Reproduce
@npmcli/map-workspaces@3.0.5
Environment
Present in at least OSX
The text was updated successfully, but these errors were encountered: