build: change the logic for building ts files before js tests run.
This commit is contained in:
+1
-1
@@ -11,6 +11,6 @@
|
||||
"runOnTeamcity": "mocha --reporter mocha-teamcity-reporter",
|
||||
"test": "mocha",
|
||||
"runIrTestInNode": "node $NODE_DEBUG_OPTION runIrTestInNode.js",
|
||||
"generateTypeScriptTests": "tsc --build typescript-export/*/"
|
||||
"generateTypeScriptTests": "tsc --build"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user