Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Prev Previous commit
Next Next commit
Fix pinned path pubspec.
  • Loading branch information
matanlurey committed Sep 16, 2023
commit fa612ed166574da2ff248b2bf7a2c838909a03b7
4 changes: 3 additions & 1 deletion tools/githooks/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ environment:

dependencies:
args: any
clang_tidy: any
meta: any
path: any
clang_tidy: any

dev_dependencies:
async_helper: any
Expand All @@ -39,6 +39,8 @@ dependency_overrides:
path: ../clang_tidy
collection:
path: ../../../third_party/dart/third_party/pkg/collection
engine_repo_tools:
path: ../pkg/engine_repo_tools
expect:
path: ../../../third_party/dart/pkg/expect
file:
Expand Down