From a7db2367fa260f5eddba070a3075be51c1637531 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Tue, 4 Oct 2016 13:10:24 -0400 Subject: [PATCH] chore(release): fix nightly task so it gets published --- scripts/gulp/tasks/release.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gulp/tasks/release.ts b/scripts/gulp/tasks/release.ts index dc2344fa5e..a56712e03d 100644 --- a/scripts/gulp/tasks/release.ts +++ b/scripts/gulp/tasks/release.ts @@ -45,7 +45,7 @@ task('release.removeDebugStatements', (done: Function) => { writeFileSync(filePath, cleanedJs); } } - }); + }, done()); }); function replaceAll(input: string, tokenToReplace: string, replaceWith: string) {