mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
chore: let Corepack provision pnpm from package.json as single source of truth
Remove the duplicated PNPM_VERSION pin from devcontainer.json build args and the Dockerfile ARG (which had drifted to 11.5.3 vs package.json's 11.5.0). Corepack now reads package.json#packageManager at runtime; set COREPACK_ENABLE_DOWNLOAD_PROMPT=0 so first-use provisioning is non-interactive. Update docs accordingly.
This commit is contained in:
@@ -6,7 +6,7 @@ This repository includes a Dev Container configuration to provide a consistent l
|
||||
|
||||
- Node-based development image defined in [.devcontainer/Dockerfile](../.devcontainer/Dockerfile)
|
||||
- Workspace configuration in [.devcontainer/devcontainer.json](../.devcontainer/devcontainer.json)
|
||||
- Pinned pnpm version via build arg and Corepack activation
|
||||
- pnpm provisioned by Corepack from `package.json#packageManager` (single source of truth)
|
||||
- Non-root development user configuration (node)
|
||||
- Persistent pnpm store volume for faster reinstall times
|
||||
|
||||
|
||||
Reference in New Issue
Block a user