From 0c2d0f52f004c1e98dcb83eb6b21218e2cd97047 Mon Sep 17 00:00:00 2001 From: John McCutchan Date: Thu, 30 Jul 2015 13:57:57 -0700 Subject: [PATCH] Use built sky_services in workbench --- sky/packages/workbench/pubspec.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sky/packages/workbench/pubspec.yaml b/sky/packages/workbench/pubspec.yaml index 71cf74913b0..81d282944f5 100644 --- a/sky/packages/workbench/pubspec.yaml +++ b/sky/packages/workbench/pubspec.yaml @@ -11,5 +11,7 @@ dependency_overrides: path: ../material_design_icons sky: path: ../sky + sky_services: + path: ../../../out/Debug/gen/dart-pkg/sky_services environment: sdk: '>=1.8.0 <2.0.0'