File tree 2 files changed +25
-2
lines changed
packages/plugin-pnp/sources
2 files changed +25
-2
lines changed Original file line number Diff line number Diff line change
1
+ releases :
2
+ " @yarnpkg/cli " : patch
3
+ " @yarnpkg/plugin-pnp " : patch
4
+
5
+ declined :
6
+ - " @yarnpkg/plugin-compat"
7
+ - " @yarnpkg/plugin-constraints"
8
+ - " @yarnpkg/plugin-dlx"
9
+ - " @yarnpkg/plugin-essentials"
10
+ - " @yarnpkg/plugin-init"
11
+ - " @yarnpkg/plugin-interactive-tools"
12
+ - " @yarnpkg/plugin-nm"
13
+ - " @yarnpkg/plugin-npm-cli"
14
+ - " @yarnpkg/plugin-pack"
15
+ - " @yarnpkg/plugin-patch"
16
+ - " @yarnpkg/plugin-pnpm"
17
+ - " @yarnpkg/plugin-stage"
18
+ - " @yarnpkg/plugin-typescript"
19
+ - " @yarnpkg/plugin-version"
20
+ - " @yarnpkg/plugin-workspace-tools"
21
+ - " @yarnpkg/builder"
22
+ - " @yarnpkg/core"
23
+ - " @yarnpkg/doctor"
Original file line number Diff line number Diff line change @@ -286,6 +286,8 @@ export class PnpInstaller implements Installer {
286
286
if ( this . opts . project . tryWorkspaceByLocator ( pkg ) )
287
287
fallbackExclusionList . push ( { name : structUtils . stringifyIdent ( pkg ) , reference : pkg . reference } ) ;
288
288
289
+ await this . asyncActions . wait ( ) ;
290
+
289
291
await this . finalizeInstallWithPnp ( {
290
292
dependencyTreeRoots,
291
293
enableTopLevelFallback,
@@ -296,8 +298,6 @@ export class PnpInstaller implements Installer {
296
298
shebang,
297
299
} ) ;
298
300
299
- await this . asyncActions . wait ( ) ;
300
-
301
301
return {
302
302
customData : this . customData ,
303
303
} ;
You can’t perform that action at this time.
0 commit comments