From 74f2d37b34b61ec5ee61d4cfdd9cde7b03f9a8d1 Mon Sep 17 00:00:00 2001 From: vvakame Date: Thu, 3 Apr 2014 13:54:02 +0900 Subject: [PATCH] change package.json, test all to test changes --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9ac814723..2002f0b19 100644 --- a/package.json +++ b/package.json @@ -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",