small fix

This commit is contained in:
2016-06-07 08:53:47 +02:00
parent 67130ec2b6
commit f8c86f1871
5 changed files with 4 additions and 4 deletions

View File

@@ -71,7 +71,7 @@ exports.run = function (configArg) {
npmts_promisechain_1.npmtsOra.text("now compiling " + "TypeScript".yellow);
compileTs(config.ts, config.tsOptions)
.then(function () {
compileTs(config.tsTest);
compileTs(config.testTs);
})
.then(function () {
plugins.beautylog.ok("compiled TypeScript!");