Skip to content

Commit

Permalink
Trying to active PNPM with an SHA to work around package signature issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Feb 2, 2025
1 parent 2bae819 commit f8d3c0a
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=npm install --global corepack@latest &amp;&amp; corepack enable &amp;&amp; corepack prepare [email protected] --activate &amp;&amp; echo PNPM activated via corepack;NxVerbosity=$(NxVerbosity);WorkingDirectory=$(WorkingDirectory)" />
Properties="Command=corepack enable &amp;&amp; corepack prepare [email protected]+sha1.aa4bc353b5f59fe1f1df5d802ce049ddf7f3c60e --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 f8d3c0a

Please sign in to comment.