Skip to content

Commit

Permalink
Trying to install the latest corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Feb 2, 2025
1 parent 713f2d0 commit 88392a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<!-- Retry to work around sporadic errors when this is run by multiple threads at the same time. -->
<MSBuild
Projects="$(RetryCommand)"
Properties="Command=corepack enable &amp;&amp; corepack prepare [email protected] --activate &amp;&amp; echo PNPM activated via corepack;NxVerbosity=$(NxVerbosity);WorkingDirectory=$(WorkingDirectory)" />
Properties="Command=npm install --global [email protected] &amp;&amp; corepack enable &amp;&amp; corepack prepare [email protected] --activate &amp;&amp; echo PNPM activated via corepack;NxVerbosity=$(NxVerbosity);WorkingDirectory=$(WorkingDirectory)" />
</Target>

<!-- Adding Node.js Extensions as an npm package to the consuming project in order to be able to run the build, clean,
Expand Down

0 comments on commit 88392a8

Please sign in to comment.