-
Notifications
You must be signed in to change notification settings - Fork 3
Support pnpm v9 #40
New issue
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
Support pnpm v9 #40
Conversation
|
@octogonz I've added pnpm v9 support to pnpm-sync. Could you provide some guidance on how to write tests for this feature? |
|
Awesome, thanks! 🥳 |
|
Could you increase the version number for both (They should be lockstepped, because |
|
|
0.3.1 looks good 👍 |
|
The packages have been published 🚀 |
|
BTW I will have to think about a good way to do automated testing for this project. Maybe we can look at how PNPM does it. |
|
How about we first merge #41 to ensure the current logic is correct, and then we can provide more comprehensive tests. |
#37