From d124ba943bda0ac1bfe99479bd8428143a17b65e Mon Sep 17 00:00:00 2001 From: Tobe O Date: Wed, 9 Oct 2019 10:40:39 -0400 Subject: [PATCH] Use angel_orm from path in dev --- angel_orm_postgres/pubspec.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/angel_orm_postgres/pubspec.yaml b/angel_orm_postgres/pubspec.yaml index 1bf893cb..f94e71ac 100644 --- a/angel_orm_postgres/pubspec.yaml +++ b/angel_orm_postgres/pubspec.yaml @@ -14,4 +14,7 @@ dev_dependencies: angel_orm_test: path: ../angel_orm_test pretty_logging: ^1.0.0 - test: ^1.0.0 \ No newline at end of file + test: ^1.0.0 +dependency_overrides: + angel_orm: + path: ../angel_orm \ No newline at end of file