change package.json, test all to test changes

This commit is contained in:
vvakame
2014-04-03 13:54:02 +09:00
parent 3c1837162b
commit 74f2d37b34

View File

@@ -20,7 +20,7 @@
"node": ">= 0.10.0"
},
"scripts": {
"test": "npm run all",
"test": "npm run changes",
"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",