build: change the logic for building ts files before js tests run.

This commit is contained in:
Artem Kobzar
2022-02-23 10:28:02 +00:00
committed by Space
parent 261cac7514
commit 9c5c31bdcb
2 changed files with 23 additions and 11 deletions
+1 -1
View File
@@ -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"
}
}