chore(release): fix nightly task so it gets published

This commit is contained in:
Brandy Carney
2016-10-04 13:10:24 -04:00
parent aeb96347eb
commit a7db2367fa

View File

@ -45,7 +45,7 @@ task('release.removeDebugStatements', (done: Function) => {
writeFileSync(filePath, cleanedJs);
}
}
});
}, done());
});
function replaceAll(input: string, tokenToReplace: string, replaceWith: string) {