small fix
This commit is contained in:
2
dist/npmts.compile.js
vendored
2
dist/npmts.compile.js
vendored
@@ -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!");
|
||||
|
Reference in New Issue
Block a user