From a535e49f08a3a89a3e45bd12ebfd0cadc96b96a7 Mon Sep 17 00:00:00 2001 From: vvakame Date: Thu, 3 Apr 2014 09:45:35 +0900 Subject: [PATCH] change package.json, test of --test-changes to test all --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c4c29460a..9ac814723 100644 --- a/package.json +++ b/package.json @@ -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",