feat(sv): allow custom package manager in testing commands - #1212
Conversation
|
Install the latest version of pnpm add https://pkg.svelte.dev/sv/c/03097c7789300e3ed1db1ba95f76e263ad8c7879Open in Note This PR is from a fork. A maintainer must approve approve each commit before it can be built and installed. |
🦋 Changeset detectedLatest commit: 03097c7 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
I think this change requires a bit more nuance. We chose In order to support other package managers, we would have to add their respective workspace configurations as well to match our current |
|
Indeed I missed that aspect I fixed my original issue another way:
It could probably be more elegant but it's one less thing to worry about here |
Description
As of now,
pnpmis hardcoded in the testing setup. This PR enables setting a custom package manager.Checklist