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