Skip to content

Commit 4bb9d36

Browse files
authored
Add _fe_analyzer_shared to package overrides for head-sdk bot (dart-lang#2056)
1 parent bebdbc0 commit 4bb9d36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tool/grind.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,8 @@ dependency_overrides:
425425
path: '${sdkClone.path}/pkg/front_end'
426426
kernel:
427427
path: '${sdkClone.path}/pkg/kernel'
428+
_fe_analyzer_shared:
429+
path: '${sdkClone.path}/pkg/_fe_analyzer_shared'
428430
''', mode: FileMode.append);
429431
await launcher.runStreamed(sdkBin('pub'), ['get'],
430432
workingDirectory: dartdocSdk.path);

0 commit comments

Comments
 (0)