From 8d335b26b822415ee7dc2e7f2a9021b0512aa9d6 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Tue, 2 May 2017 21:59:52 -0500 Subject: [PATCH] chore(build): pass project root --- scripts/gulp/tasks/core.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/gulp/tasks/core.ts b/scripts/gulp/tasks/core.ts index 75dca6aecc..acee199bc3 100644 --- a/scripts/gulp/tasks/core.ts +++ b/scripts/gulp/tasks/core.ts @@ -18,7 +18,8 @@ function buildAngularBinding(isDevAndWatch: boolean, done: Function) { const cwd = join(PROJECT_ROOT, '../ionic-core'); const args = [ 'run', - 'build.angular' + 'build.angular', + PROJECT_ROOT ]; if (isDevAndWatch) {