change package.json, test of --test-changes to test all

This commit is contained in:
vvakame
2014-04-03 09:45:35 +09:00
parent 4f226b2650
commit a535e49f08
+2 -1
View File
@@ -20,7 +20,8 @@
"node": ">= 0.10.0"
},
"scripts": {
"test": "node ./_infrastructure/tests/runner.js --tsc-version 1.0.0 --test-changes",
"test": "npm run all",
"changes": "node ./_infrastructure/tests/runner.js --tsc-version 1.0.0 --test-changes",
"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",