pipeline: should work with pnpm #25820
Labels
@aws-cdk/pipelines
CDK Pipelines library
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
p1
Describe the feature
Currently the pipeline respects npm and yarn. However, it should also by default respect the pnpm package manager.
Use Case
pnpm significantly improves our developer experiences. However cdkPipelines doesn't support it.
Proposed Solution
Update the default CdkSynth to detect
pnpm-lock.yaml
the same way it currently detectsyarn.lock
.Other Information
No response
Acknowledgements
CDK version used
2.81.0
Environment details (OS name and version, etc.)
irrelevant
The text was updated successfully, but these errors were encountered: