File tree 2 files changed +16
-2
lines changed
2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ engine-strict=true
3
3
# feature parity with npm
4
4
auto-install-peers = true
5
5
6
- # create a flat, non-symlinked node_modules structure
7
- # (as the project doesn't play nice with symlinks).
6
+ # create a flat, non-symlinked node_modules structure
7
+ # (as the project doesn't play nice with symlinks).
8
8
# see https://pnpm.io/feature-comparison for more info
9
9
shamefully-hoist = true
10
10
Original file line number Diff line number Diff line change @@ -261,6 +261,13 @@ jobs:
261
261
inputs :
262
262
version : $(NodeVersion)
263
263
264
+ - task : Bash@3
265
+ displayName : Install Corepack
266
+ inputs :
267
+ workingDir : .
268
+ targetType : inline
269
+ script : npm i -g corepack@latest
270
+
264
271
- task : Bash@3
265
272
displayName : corepack enable
266
273
inputs :
@@ -331,6 +338,13 @@ jobs:
331
338
inputs :
332
339
version : $(NodeVersion)
333
340
341
+ - task : Bash@3
342
+ displayName : Install Corepack
343
+ inputs :
344
+ workingDir : .
345
+ targetType : inline
346
+ script : npm i -g corepack@latest
347
+
334
348
- task : Bash@3
335
349
displayName : corepack enable
336
350
inputs :
You can’t perform that action at this time.
0 commit comments