Skip to content

Conversation

@vas3a
Copy link
Collaborator

@vas3a vas3a commented Jan 27, 2026

yarn is failing because learning-paths api is rejecting it.
we're already using pnpm-lock in this repo, so I'm switching to use pnpm install


# Install the dependencies from package.json
RUN yarn
RUN npx pnpm install

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[⚠️ maintainability]
Using npx pnpm install is correct for running pnpm without globally installing it. However, ensure that pnpm is listed as a dependency in your package.json to avoid potential issues if npx cannot find pnpm. This will improve the reliability of the build process.

@vas3a vas3a merged commit 70345ab into develop Jan 28, 2026
7 checks passed
@vas3a vas3a deleted the use-pnpm branch January 28, 2026 05:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants