From b89b550d203fddd1839cd75e915e3c2e97757d45 Mon Sep 17 00:00:00 2001 From: Adam Barth Date: Wed, 28 Oct 2015 12:01:24 -0700 Subject: [PATCH] Stop excluding sky/packages/sky during pub update There's no need to exclude it anymore. --- DEPS | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 07c59fcdf17..bfb353cfce6 100644 --- a/DEPS +++ b/DEPS @@ -255,8 +255,7 @@ hooks = [ 'src/sky/tools/dart_pub_get.py', '--repository-root', '../..', '--dart-sdk-directory', - '../../third_party/dart-sdk/dart-sdk', - '--dirs-to-ignore', 'sky/packages/sky', + '../../third_party/dart-sdk/dart-sdk' ], }, {