We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aa09c5 commit 36e4304Copy full SHA for 36e4304
script/vsts/platforms/templates/preparation.yml
@@ -28,11 +28,16 @@ steps:
28
force32bit: $(IsWinX86)
29
displayName: Install Node.js 12.18.3
30
31
- - script: npm install --global npm@7
32
- displayName: Update npm
+ - script: |
+ npm install --global npm@7
33
+ displayName: Install npm
34
+
35
36
+ npm install --global pnpm@6
37
+ displayName: Install pnpm
38
- # papm uses this. TODO use npx instead of directly calling shx
- - script: npm install --global shx
39
40
+ pnpm install --global shx
41
displayName: Install shx
42
43
- pwsh: |
0 commit comments