Skip to content

Commit 89788f8

Browse files
author
Andy Hanson
committed
Add servicesSources to the list of prerequisites for running tests
1 parent 670f0c9 commit 89788f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jakefile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ var run = path.join(builtLocalDirectory, "run.js");
645645
compileFile(
646646
/*outFile*/ run,
647647
/*source*/ harnessSources,
648-
/*prereqs*/ [builtLocalDirectory, tscFile].concat(libraryTargets).concat(harnessSources),
648+
/*prereqs*/ [builtLocalDirectory, tscFile].concat(libraryTargets).concat(servicesSources).concat(harnessSources),
649649
/*prefixes*/ [],
650650
/*useBuiltCompiler:*/ true,
651651
/*opts*/ { inlineSourceMap: true, types: ["node", "mocha", "chai"] });

0 commit comments

Comments
 (0)