quick fix for runner, added npm script to recompile runner

use less cores (24 vs 32)
use bundled compiler to rebuild
added '$ npm run tsc_runner'
This commit is contained in:
Bart van der Schoor
2014-04-07 01:52:46 +02:00
parent c5b96cf327
commit d7f85b5df8
3 changed files with 20 additions and 6 deletions
+2 -1
View File
@@ -25,7 +25,8 @@
"all": "node ./_infrastructure/tests/runner.js --tsc-version 1.0.0",
"dry": "node ./_infrastructure/tests/runner.js --tsc-version 1.0.0 --skip-tests --test-changes",
"list": "node ./_infrastructure/tests/runner.js --tsc-version 1.0.0 --skip-tests --print-files --print-refmap",
"help": "node ./_infrastructure/tests/runner.js -h"
"help": "node ./_infrastructure/tests/runner.js -h",
"tsc_runner": "node ./_infrastructure/tests/typescript/1.0.0/tsc ./_infrastructure/tests/runner.ts --target ES5 --out ./_infrastructure/tests/runner.js --module commonjs --sourcemap"
},
"dependencies": {
"source-map-support": "~0.2.5",