-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trying to active PNPM with an SHA to work around package signature issue
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 && corepack enable && corepack prepare [email protected] --activate && echo PNPM activated via corepack;NxVerbosity=$(NxVerbosity);WorkingDirectory=$(WorkingDirectory)" /> | ||
Properties="Command=corepack enable && corepack prepare [email protected]+sha1.aa4bc353b5f59fe1f1df5d802ce049ddf7f3c60e --activate && 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, | ||
|