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

@ -77,7 +77,7 @@ export let run = function (configArg) {
compileTs(config.ts,config.tsOptions)
.then(() => {
compileTs(config.tsTest);
compileTs(config.testTs);
})
.then(function () {
plugins.beautylog.ok("compiled TypeScript!");